chore: apply prettier

This commit is contained in:
Anderson Oki 2024-04-17 11:50:47 +09:00
parent f4e7af47bc
commit b3626f2f58
2 changed files with 6 additions and 4 deletions

View File

@ -18,7 +18,8 @@ import {
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import {
Button,
Checkbox, createStyles,
Checkbox,
createStyles,
Divider,
MantineColor,
Stack,
@ -81,7 +82,7 @@ interface Props {
const useStyles = createStyles((theme) => {
return {
wrapper: {
overflowWrap: "anywhere"
overflowWrap: "anywhere",
},
};
});

View File

@ -22,7 +22,8 @@ import {
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import {
Button,
Checkbox, createStyles,
Checkbox,
createStyles,
Divider,
MantineColor,
Stack,
@ -88,7 +89,7 @@ interface Props {
const useStyles = createStyles((theme) => {
return {
wrapper: {
overflowWrap: "anywhere"
overflowWrap: "anywhere",
},
};
});