Skip to content

Commit 906ea0e

Browse files
committed
feat: add createStore export from state-manager package
1 parent 80411fc commit 906ea0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/js/deps.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ export * as paymentGateway from 'https://esm.sh/@profullstack/payment-gateway@0.
2222
export * as stateManager from 'https://esm.sh/@profullstack/[email protected]';
2323
export * as storageService from 'https://esm.sh/@profullstack/[email protected]';
2424
export { StoreConnector } from 'https://esm.sh/@profullstack/[email protected]';
25+
export { createStateManager as createStore } from 'https://esm.sh/@profullstack/[email protected]';

0 commit comments

Comments
 (0)