Skip to content

Commit

Permalink
fix(ceremony): add toast import and remove old route
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 19, 2024
1 parent 6897ab9 commit e8b9711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
1 change: 1 addition & 0 deletions ceremony/src/routes/contributions/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import H4 from "$lib/components/typography/H4.svelte"
import { page } from "$app/stores"
import H2 from "$lib/components/typography/H2.svelte"
import Button from "$lib/components/Button.svelte"
import { toast } from "svelte-sonner"
let hash = $derived($page.url.searchParams.get("hash"))
Expand Down
30 changes: 0 additions & 30 deletions ceremony/src/routes/contributions/hash/+page.svelte

This file was deleted.

0 comments on commit e8b9711

Please sign in to comment.