chore: move page not found error out of constants (#9547)

This commit is contained in:
Saul-Mirone
2025-01-07 05:57:37 +00:00
parent df6a6ac392
commit 0d2eb64817
8 changed files with 26 additions and 26 deletions
+1
View File
@@ -1,4 +1,5 @@
import '@affine/env/constant';
import '@blocksuite/affine/global/types'
import type { BUILD_CONFIG_TYPE, Environment } from '@affine/env/global';
+2 -1
View File
@@ -4,7 +4,8 @@
"types": "./__all.d.ts",
"type": "module",
"dependencies": {
"@affine/env": "workspace:*"
"@affine/env": "workspace:*",
"@blocksuite/affine": "workspace:*"
},
"version": "0.19.0"
}