Skip to content

Commit 80411fc

Browse files
committed
feat: add StoreConnector export from state-manager package
1 parent 82fa22f commit 80411fc

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
@@ -21,3 +21,4 @@ export * as authSystem from 'https://esm.sh/@profullstack/[email protected]';
2121
export * as paymentGateway from 'https://esm.sh/@profullstack/[email protected]';
2222
export * as stateManager from 'https://esm.sh/@profullstack/[email protected]';
2323
export * as storageService from 'https://esm.sh/@profullstack/[email protected]';
24+
export { StoreConnector } from 'https://esm.sh/@profullstack/[email protected]';

0 commit comments

Comments
 (0)