We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6203e9a commit 88cb9e1Copy full SHA for 88cb9e1
app/(pages)/judges/(app)/_components/JudgingHub/JudgingHub.tsx
@@ -2,14 +2,14 @@
2
3
import HubHero from './HubHero';
4
import TableLocations from './TableLocations';
5
-// import ViewProjects from './ViewProjects';
+import ViewProjects from './ViewProjects';
6
import styles from './JudgingHub.module.scss';
7
import Waiting from './Waiting';
8
9
export default function JudgingHub() {
10
return (
11
<div className={styles.container}>
12
- {/* <ViewProjects /> */}
+ <ViewProjects />
13
<HubHero />
14
<Waiting />
15
<TableLocations />
0 commit comments