mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Fix mistake with importing getHooks
This commit is contained in:
parent
e0964be674
commit
fcf4d0b7bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import getRender from "./render"
|
||||
import getHooks from "./render"
|
||||
import getHooks from "./hooks"
|
||||
import exportSvelteComponents from './utils'
|
||||
|
||||
export {
|
||||
|
|
|
|||
Loading…
Reference in a new issue