Skip to content

Commit

Permalink
Update +error.svelte to remove unused import (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardsimonse authored Aug 23, 2023
1 parent 853175c commit 110012e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sites/hn.svelte.dev/src/routes/+error.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script>
import { dev } from '$app/environment';
import { page } from '$app/stores';
const offline = typeof navigator !== 'undefined' && navigator.onLine === false;
Expand Down

2 comments on commit 110012e

@vercel
Copy link

@vercel vercel bot commented on 110012e Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hn – ./sites/hn.svelte.dev

sites-zeta.vercel.app
hn.svelte.dev
hn-svelte.vercel.app
hn-git-master-svelte.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 110012e Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

repl – ./packages/repl

repl-svelte.vercel.app
svelte-rappel.vercel.app
repl-zeta.vercel.app
repl-git-master-svelte.vercel.app

Please sign in to comment.