feat: add hook useBlockSuiteWorkspaceName (#1281)

This commit is contained in:
Himself65
2023-03-02 20:00:42 -06:00
committed by GitHub
parent 9d46b358d4
commit 1e2f91fe21
5 changed files with 55 additions and 10 deletions

1
packages/env/src/constant.ts vendored Normal file
View File

@@ -0,0 +1 @@
export const DEFAULT_WORKSPACE_NAME = 'Untitled Workspace';

View File

@@ -155,3 +155,4 @@ export function setupGlobal() {
}
export { config };
export * from './constant';