add event page
This commit is contained in:
@@ -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
@@ -125,7 +125,7 @@
|
||||
/******/
|
||||
/******/ /* webpack/runtime/getFullHash */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.h = () => ("61d88bdfde5b4f52")
|
||||
/******/ __webpack_require__.h = () => ("8a7555a893af4987")
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
|
Reference in New Issue
Block a user