Daisy UI #14

Merged
BenjaminPalko merged 28 commits from daisy-ui into master 2024-12-19 21:20:21 -05:00
4 changed files with 4 additions and 1 deletions
Showing only changes of commit 344832172d - Show all commits

View file

@ -0,0 +1,3 @@
import Loader from './Loader.svelte';
export default Loader;

View file

@ -1,6 +1,6 @@
<script lang="ts"> <script lang="ts">
import { goto } from '$app/navigation'; import { goto } from '$app/navigation';
import Loader from '$lib/components/Loader.svelte'; import Loader from '$lib/components/common/Loader';
import { fade } from 'svelte/transition'; import { fade } from 'svelte/transition';
let { data } = $props(); let { data } = $props();