Skip to content

Commit

Permalink
fix website
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 17, 2024
1 parent 8424411 commit c37cd4b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 565 deletions.
5 changes: 3 additions & 2 deletions kitsune-fe/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<script lang="ts">
import type { Snippet } from 'svelte';
import type { PageData } from './$houdini';
import { version as frontendVersion } from '$app/environment';
import type { Snippet } from 'svelte';
import '../app.css';
import type { PageData } from './$houdini';
const { children, data }: { children: Snippet; data: PageData } = $props();
Expand Down
3 changes: 2 additions & 1 deletion kitsune-fe/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import { RegisterUserStore } from '$houdini';
import Button from '$lib/components/Button.svelte';
import Dialog from '$lib/components/Dialog.svelte';
import type { PageData } from './$houdini';
import IconThreeDotsLoading from '~icons/eos-icons/three-dots-loading?raw&width=2em&height=2em';
import { _registerSchema } from './+page';
import IconThreeDotsLoading from '~icons/eos-icons/three-dots-loading?raw&width=2em&height=2em';
const { data }: { data: PageData } = $props();
Expand Down
Loading

0 comments on commit c37cd4b

Please sign in to comment.