diff --git a/src/demo/hooks/custom-hook.ts b/src/demo/hooks/custom-hook.ts index d856949..9b1a862 100644 --- a/src/demo/hooks/custom-hook.ts +++ b/src/demo/hooks/custom-hook.ts @@ -1,5 +1,4 @@ -import { HydroActiveComponent, defineSignalComponent } from 'hydroactive'; -import { ComponentAccessor } from 'hydroactive/component-accessor.js'; +import { ComponentAccessor, HydroActiveComponent, defineSignalComponent } from 'hydroactive'; import { bind } from 'hydroactive/signal-accessors.js'; import { Signal, signal } from 'hydroactive/signals.js';