refactor: 优化项目结构 — 修复拼写、提取共享 interceptor、扁平化 db 目录、清理空包
This commit is contained in:
3
apps/server/src/components/NotFound.tsx
Normal file
3
apps/server/src/components/NotFound.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function NotFoundComponent() {
|
||||
return <div>404 - Not Found</div>
|
||||
}
|
||||
Reference in New Issue
Block a user