diff --git a/index.html b/index.html index c942d88..2428581 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@
-You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!
- Open Hosting Documentation -Firebase SDK Loading…
- - - - diff --git a/src/App.tsx b/src/App.tsx index a9b98d9..278a767 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,16 +1,17 @@ import "@mantine/core/styles.css"; import { - Accordion, - Anchor, Badge, Center, Flex, - Group, - List, + Container, + Flex, MantineProvider, - Space, - Stack, Text, Title + Title, + Text, + Stack, + Anchor } from "@mantine/core"; import { theme } from "./theme"; export default function App() { + /* const changes = [ { text: 'Latest Changes', @@ -153,12 +154,38 @@ export default function App() { ) }) + */ const date = new Date() return (