Skip to content

Commit

Permalink
ref: quotewidget
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbjorn committed Feb 6, 2025
1 parent a085116 commit 3f20aee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import LoadingSpinner from '$lib/components/LoadingSpinner.svelte';
import { updateBackground, type ImageInfo } from '$lib/services/background';
import TimeWidget from '$lib/components/TimeWidget.svelte';
import QuoteWidget from '$lib/components/QuoteWidget.svelte';
let time = $state(new Date());
let backgroundUrl = $state('');
Expand Down Expand Up @@ -110,5 +109,3 @@
<!-- button content -->
</button>
</main>

<QuoteWidget />

0 comments on commit 3f20aee

Please sign in to comment.