Skip to content

Commit

Permalink
add next page import
Browse files Browse the repository at this point in the history
  • Loading branch information
Liz Johnson committed Sep 15, 2023
1 parent e9834fd commit 6dbd13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/Participants.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import ParticipantsList from "../components/ParticipantsList";
import {AppBar, Toolbar } from "@mui/material";
import SignUpForm from "../components/signUpForm";
import type {NextPage} from 'next';

export const Participants: NextPage = () => {
return (
Expand Down

0 comments on commit 6dbd13e

Please sign in to comment.