Skip to content

Commit

Permalink
Added import of emit function.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Feb 22, 2024
1 parent 455c9b8 commit aa9f5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import element from './element.js'
import { renderer } from './launch.js'

import { createHumanReadableId, createInternalId } from './lib/componentId.js'
import { registerHooks } from './lib/hooks.js'
import { registerHooks, emit } from './lib/hooks.js'

import { reactive } from './lib/reactivity/reactive.js'
import setupBase from './lib/setup/base.js'
Expand Down

0 comments on commit aa9f5e4

Please sign in to comment.