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

@@ -1,7 +1,8 @@
{
"/(main)/page": "app/(main)/page.js",
"/features/page": "app/features/page.js",
"/heroverse/page": "app/heroverse/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/community/page": "app/community/page.js",
"/about/page": "app/about/page.js"
"/about/page": "app/about/page.js",
"/events/page": "app/events/page.js",
"/(main)/page": "app/(main)/page.js",
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -125,7 +125,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("61d88bdfde5b4f52")
/******/ __webpack_require__.h = () => ("8a7555a893af4987")
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */