feat(infra): standard storage service (#5563)

This commit is contained in:
EYHN
2024-01-30 06:31:15 +00:00
parent 48eb6c50e1
commit b3a8e62984
5 changed files with 102 additions and 0 deletions

View File

@@ -2,3 +2,6 @@ export * from './app-config-storage';
export * from './atom';
export * from './blocksuite';
export * from './command';
export * from './di';
export * from './livedata';
export * from './storage';