Skip to content

Commit

Permalink
fix: Remove Sonner toast component from project
Browse files Browse the repository at this point in the history
  • Loading branch information
arkohut committed Feb 11, 2025
1 parent 3e7eb54 commit 732799b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion web/src/lib/components/ui/sonner/index.ts

This file was deleted.

20 changes: 0 additions & 20 deletions web/src/lib/components/ui/sonner/sonner.svelte

This file was deleted.

3 changes: 0 additions & 3 deletions web/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
<script lang="ts">
import '../i18n';
import '../app.css';
import { Toaster } from '$lib/components/ui/sonner';
</script>

<svelte:head>
<title>Pensieve</title>
</svelte:head>

<Toaster />

<div class="min-h-screen bg-gradient">
<div class="min-h-screen">
<div class="max-w-screen-2xl mx-auto px-4 sm:px-6 lg:px-8">
Expand Down

0 comments on commit 732799b

Please sign in to comment.