mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
feat: add hook useBlockSuiteWorkspaceName (#1281)
This commit is contained in:
1
packages/env/src/constant.ts
vendored
Normal file
1
packages/env/src/constant.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export const DEFAULT_WORKSPACE_NAME = 'Untitled Workspace';
|
||||
1
packages/env/src/index.ts
vendored
1
packages/env/src/index.ts
vendored
@@ -155,3 +155,4 @@ export function setupGlobal() {
|
||||
}
|
||||
|
||||
export { config };
|
||||
export * from './constant';
|
||||
|
||||
Reference in New Issue
Block a user