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:
becarta
2025-05-23 12:43:00 +02:00
parent f40db0f5c9
commit a544759a3b
11127 changed files with 1647032 additions and 0 deletions

22
node_modules/load-yaml-file/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "load-yaml-file",
"version": "0.2.0",
"license": "MIT",
"repository": "LinusU/load-yaml-file",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "standard && mocha"
},
"dependencies": {
"graceful-fs": "^4.1.5",
"js-yaml": "^3.13.0",
"pify": "^4.0.1",
"strip-bom": "^3.0.0"
},
"devDependencies": {
"mocha": "^6.0.2",
"standard": "^12.0.1"
}
}