More styling

This commit is contained in:
Roman Krček
2025-07-08 16:59:20 +02:00
parent 608ab81b23
commit 88492e4992
6 changed files with 83 additions and 172 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { onMount } from 'svelte';
import { page } from '$app/stores';
import GoogleAuthButton from './components/GoogleAuthButton.svelte';
import GoogleAuthButton from '$lib/components/GoogleAuthButton.svelte';
let { data } = $props();