Skip to content

Commit

Permalink
Merge branch 'main' of github.com:BaselHack-2023/web-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikinniger committed Oct 29, 2023
2 parents 6e117ff + 696c424 commit 152806f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/App.svelte
Expand Up @@ -6,11 +6,15 @@
import Found from './routes/lost-and-found/Found.svelte';
import Lost from './routes/lost-and-found/Lost.svelte';
import LostAndFound from './routes/lost-and-found/LostAndFound.svelte';
import LostUploaded from './routes/lost-and-found/LostUploaded.svelte';
import SearchInFound from './routes/lost-and-found/SearchInFound.svelte';
import ThanksForUploading from './routes/lost-and-found/ThanksForUploading.svelte';
import Machines from './routes/machines/Machines.svelte';
import ShareAslot from './routes/share-a-slot/shareAslot.svelte';
import ShareUploaded from './routes/share-a-slot/shareUploaded.svelte';
import LiesasRequest from './routes/share-a-slot/LiesasRequest.svelte';
import LiesasChat from './routes/share-a-slot/LiesasChat.svelte';
import './utils/date.extenstions';
</script>

Expand Down Expand Up @@ -50,6 +54,9 @@
component={LostAndFound}
/>
<Route path="/share-a-slot/shareAslot.svelte" component={ShareAslot} />
<Route path="/share-a-slot/shareUploaded.svelte" component={ShareUploaded} />
<Route path="/share-a-slot/LiesasRequest.svelte" component={LiesasRequest} />
<Route path="/share-a-slot/LiesasChat.svelte" component={LiesasChat} />
<Route path="/lost-and-found" component={LostAndFound} />
<Route path="/calendar" component={Calendar} />
<Route path="/machines" component={Machines} />
Expand Down

0 comments on commit 152806f

Please sign in to comment.