diff --git a/frontend/src/components/ParticipantsList.tsx b/frontend/src/components/ParticipantsList.tsx index ee200fa..27ca989 100644 --- a/frontend/src/components/ParticipantsList.tsx +++ b/frontend/src/components/ParticipantsList.tsx @@ -3,7 +3,6 @@ import Box from '@mui/material/Box'; import {AppBar, Toolbar } from "@mui/material"; import useParticipants from "../hooks/useParticipants"; import type {NextPage} from 'next'; -import SignUpForm from "../components/signUpForm"; import {Typography} from "@material-ui/core"; const ParticipantsList = () => { diff --git a/frontend/src/components/layout.tsx b/frontend/src/components/layout.tsx index 13d8983..6819743 100644 --- a/frontend/src/components/layout.tsx +++ b/frontend/src/components/layout.tsx @@ -1,7 +1,7 @@ import Navbar from './Navbar' import {AppBar, Toolbar } from "@mui/material"; -export default function Layout({ children }) { +export default function Layout({ children }: any) { return ( <>