We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2d84a commit 3467cb3Copy full SHA for 3467cb3
frontend/src/pages/index.tsx
@@ -3,14 +3,14 @@ import Sponsors from '@/components/Sponsors/index';
3
import About from '@/components/About';
4
import Event from '@/components/Event';
5
import ResourcesAndContacts from '@/components/ResourcesAndContacts';
6
+import ResourcesPage from './resources';
7
8
export default function Home() {
9
return (
10
<section>
11
<Landing />
12
<About />
13
<Event />
- <ResourcesAndContacts />
14
<Sponsors />
15
</section>
16
);
0 commit comments