Fixed config info

This commit is contained in:
2025-04-11 00:51:37 -04:00
parent 8b68653b6f
commit 56ac66e9b1
29 changed files with 682 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
import { useState } from 'react';
import { Avatar, Box, Burger, Button, Container, Group, Text } from '@mantine/core';
import { Avatar, Box, Burger, Button, Group, Text } from '@mantine/core';
import { useDisclosure } from '@mantine/hooks';
import classes from './Header.module.css';