add event page

This commit is contained in:
2024-10-08 14:06:45 +02:00
parent 4d6c697f35
commit 4cf78f4f17
55 changed files with 403 additions and 24 deletions

View File

@@ -65,6 +65,36 @@
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/about/layout.js"
],
"/usecases/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/usecases/page.js"
],
"/usecases/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/usecases/layout.js"
],
"/events/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/events/page.js"
],
"/events/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/events/layout.js"
],
"/events/versefest/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/events/versefest/page.js"
],
"/events/blockchainweek1/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/events/blockchainweek1/page.js"
]
}
}