1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2026-06-03 21:10:34 +00:00

feat: 404 page emitter

This commit is contained in:
Jacky Zhao
2023-09-06 21:02:21 -07:00
parent 2d52eba413
commit 8d6029b7b8
7 changed files with 75 additions and 4 deletions
+1
View File
@@ -6,3 +6,4 @@ export { AliasRedirects } from "./aliases"
export { Assets } from "./assets"
export { Static } from "./static"
export { ComponentResources } from "./componentResources"
export { NotFoundPage } from "./404"