Migrate from previous project with updated dependencies ready for March 2025
This commit is contained in:
17
src/routes/resources/+page.svelte
Normal file
17
src/routes/resources/+page.svelte
Normal file
@@ -0,0 +1,17 @@
|
||||
<script>
|
||||
import Section from "components/Section.svelte";
|
||||
</script>
|
||||
|
||||
<title> Resources </title>
|
||||
|
||||
<div class="">
|
||||
<Section>
|
||||
<h1>
|
||||
Resources for ECSE students at McGill University, presented by ECSESS!
|
||||
</h1>
|
||||
|
||||
<h2>Technical</h2>
|
||||
|
||||
<h2>Academic</h2>
|
||||
</Section>
|
||||
</div>
|
||||
Reference in New Issue
Block a user