Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
5
node_modules/hastscript/index.d.ts
generated
vendored
Normal file
5
node_modules/hastscript/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export type Child = import("./lib/create-h.js").Child;
|
||||
export type Properties = import("./lib/create-h.js").Properties;
|
||||
export type Result = import("./lib/create-h.js").Result;
|
||||
export { h, s } from "./lib/index.js";
|
||||
//# sourceMappingURL=index.d.ts.map
|
Reference in New Issue
Block a user