Skip to content

Commit

Permalink
fix(extension-load-queue): fixed export
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin committed Sep 17, 2024
1 parent 95afacf commit 295d8be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ import {
ControllerLoadedCallback,
CreateLoadQueueArgs,
ScriptStore,
createHandleQueueCreated,
createLoadQueue,
getQueueStore,
getScriptStore,
handleQueueCreated,
isBrowser,
useController,
} from './extension-load-queue';
import {isBrowser} from './browser';

export {
AttrsParser,
createLoadQueue,
getQueueStore,
getScriptStore,
handleQueueCreated,
createHandleQueueCreated,
isBrowser,
useController,
};
Expand Down

0 comments on commit 295d8be

Please sign in to comment.