diff --git a/src/components/Settings/Credits.tsx b/src/components/Settings/Credits.tsx index a3feb83e6..73778b0d5 100644 --- a/src/components/Settings/Credits.tsx +++ b/src/components/Settings/Credits.tsx @@ -1,4 +1,4 @@ -import { Group, ActionIcon, Anchor, Text, Stack } from '@mantine/core'; +import { Group, ActionIcon, Anchor, Text } from '@mantine/core'; import { IconBrandDiscord, IconBrandGithub } from '@tabler/icons'; import { CURRENT_VERSION } from '../../../data/constants'; diff --git a/src/components/Settings/ModuleEnabler.tsx b/src/components/Settings/ModuleEnabler.tsx index e6f29c852..61cfbac07 100644 --- a/src/components/Settings/ModuleEnabler.tsx +++ b/src/components/Settings/ModuleEnabler.tsx @@ -1,4 +1,4 @@ -import { Checkbox, Group, SimpleGrid, Stack, Title } from '@mantine/core'; +import { Checkbox, SimpleGrid, Stack, Title } from '@mantine/core'; import * as Modules from '../../modules'; import { useConfig } from '../../tools/state'; @@ -12,7 +12,7 @@ export default function ModuleEnabler(props: any) { {modules.map((module) => ( {