Skip to content

Commit 3467cb3

Browse files
committed
removed resources and contacts completely to remove redunancy (it is exactly the same component at ./resources
1 parent ba2d84a commit 3467cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import Sponsors from '@/components/Sponsors/index';
33
import About from '@/components/About';
44
import Event from '@/components/Event';
55
import ResourcesAndContacts from '@/components/ResourcesAndContacts';
6+
import ResourcesPage from './resources';
67

78
export default function Home() {
89
return (
910
<section>
1011
<Landing />
1112
<About />
1213
<Event />
13-
<ResourcesAndContacts />
1414
<Sponsors />
1515
</section>
1616
);

0 commit comments

Comments
 (0)