Skip to content

Commit

Permalink
Update import paths in hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Dec 3, 2023
1 parent d0cebc9 commit f7d7c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/src/hooks.client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { init } from '$dist/client/index-dev.js'
import { init } from '$dist/client'

const onError = init(
'https://7e30b84f392c05d4a9a21e30f3ef6801@o4505814639312896.ingest.sentry.io/4505817123323904'
Expand Down
2 changes: 1 addition & 1 deletion demo/src/hooks.server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { init } from '$dist/server/index-dev.js'
import { init } from '$dist/server'

const { onHandle, onError } = init(
'https://7e30b84f392c05d4a9a21e30f3ef6801@o4505814639312896.ingest.sentry.io/4505817123323904'
Expand Down

0 comments on commit f7d7c34

Please sign in to comment.