We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7894e9 commit f009ff4Copy full SHA for f009ff4
pages/students.tsx
@@ -18,6 +18,7 @@ type PageProps = {
18
teams: Team[];
19
};
20
21
+
22
export default function Students({ teams }: PageProps): JSX.Element {
23
return (
24
<Layout title={`UW Blueprint | Students`}>
0 commit comments