Fixed an issue with unused imports
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled

This commit is contained in:
Jarrod Norwell 2024-10-15 21:42:41 +08:00
parent 6be53b4948
commit c2e77bf1b0

View File

@ -1,9 +1,8 @@
import '@mantine/core/styles.css'; import '@mantine/core/styles.css';
import { import {
Anchor, Button, Center, Flex, Group, Badge, Anchor, Button, Flex, Group, Badge,
MantineProvider, List, Accordion, MantineProvider, List, Accordion,
Stack, Text, Title, Stack, Text, Title
Space
} from '@mantine/core'; } from '@mantine/core';
import classes from './NewHome.module.css'; import classes from './NewHome.module.css';
import { theme } from '../theme'; import { theme } from '../theme';