Skip to content

Commit

Permalink
fix import on announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Apr 28, 2024
1 parent 585346a commit cd8dd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/announcements/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { queries } from '$data/api';
import { createQuery } from '@tanstack/svelte-query';
import Meta from '$lib/components/Meta.svelte';
import Head from '$lib/components/Head.svelte';
import Footer from '$layout/Footer/FooterHost.svelte';
import Query from '$lib/components/Query.svelte';
import Announcement from './Announcement.svelte';
Expand All @@ -18,7 +18,7 @@
let showPostAnnouncementDialogue = false;
</script>

<Meta
<Head
title="Announcements"
schemas={[
{
Expand Down

0 comments on commit cd8dd63

Please sign in to comment.