-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(file structure & imports): modified file structure & removal…
… of unused imports
- Loading branch information
Showing
1,505 changed files
with
228,971 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"pages": { | ||
"/app/[tab]/page": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/css/app/app/[tab]/page.css", | ||
"static/chunks/app/app/[tab]/page.js" | ||
], | ||
"/app/layout": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/app/layout.js" | ||
], | ||
"/layout": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/css/app/layout.css", | ||
"static/chunks/app/layout.js" | ||
], | ||
"/error": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/error.js" | ||
], | ||
"/loading": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/loading.js" | ||
], | ||
"/not-found": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/not-found.js" | ||
], | ||
"/_not-found/page": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/_not-found/page.js" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"polyfillFiles": [ | ||
"static/chunks/polyfills.js" | ||
], | ||
"devFiles": [], | ||
"ampDevFiles": [], | ||
"lowPriorityFiles": [ | ||
"static/development/_buildManifest.js", | ||
"static/development/_ssgManifest.js" | ||
], | ||
"rootMainFiles": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js" | ||
], | ||
"pages": { | ||
"/_app": [] | ||
}, | ||
"ampFirstPages": [] | ||
} |
Binary file added
BIN
+704 Bytes
...z4PqFE8VhLHn16XqkMiTA=/60.1726744894615.c1DsZmb0duNXDEYEqrNt5yz72kBEGPzvRAohcbQPkAs=.webp
Binary file not shown.
Binary file added
BIN
+182 Bytes
...4l3bqQpOIamUxmF3DSLpo=/60.1726743195658.nRrj-3E4cICtQ1gIH2sdkeH4JQfkV27zX-inaiF+4r0=.webp
Binary file not shown.
Binary file added
BIN
+906 Bytes
...zdqncrB7nLBELe6zFIeYU=/60.1726743250420.ObhqUi8cImk69Re-YktnPZclFn9tj1uq6WyceQsSp6I=.webp
Binary file not shown.
Binary file added
BIN
+250 Bytes
...5NRNAwFD3pprv7qpbI49A=/60.1726743195654.LeVTBRSVH9qPKIbFb1reaSfU4efFM2-aWrxpj0gf4tI=.webp
Binary file not shown.
Binary file added
BIN
+816 Bytes
...o-+rNdsdwYiBWb9yjEKtc=/60.1726743195659.YPUbeACbOYlINs2TBE4zpKjzp0Q52vO1l8iMXh6Kyhw=.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+85.8 KB
frontend/.next/cache/webpack/client-development-fallback/index.pack.gz
Binary file not shown.
Binary file added
BIN
+51.8 KB
frontend/.next/cache/webpack/client-development-fallback/index.pack.gz.old
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"type": "commonjs"} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
"use strict"; | ||
/* | ||
* ATTENTION: An "eval-source-map" devtool has been used. | ||
* This devtool is neither made for production nor for readable output files. | ||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. | ||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) | ||
* or disable the default devtool with "devtool: false". | ||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). | ||
*/ | ||
exports.id = "_rsc_src_components_DApp_tsx"; | ||
exports.ids = ["_rsc_src_components_DApp_tsx"]; | ||
exports.modules = { | ||
|
||
/***/ "(rsc)/./src/components/DApp.tsx": | ||
/*!*********************************!*\ | ||
!*** ./src/components/DApp.tsx ***! | ||
\*********************************/ | ||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { | ||
|
||
__webpack_require__.r(__webpack_exports__); | ||
/* harmony export */ __webpack_require__.d(__webpack_exports__, { | ||
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) | ||
/* harmony export */ }); | ||
/* harmony import */ var next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! next/dist/build/webpack/loaders/next-flight-loader/module-proxy */ "(rsc)/../node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js"); | ||
|
||
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__.createProxy)(String.raw`/home/torof/Desktop/LedgityYield/frontend/src/components/DApp.tsx#default`)); | ||
|
||
|
||
/***/ }) | ||
|
||
}; | ||
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"/_not-found/page": "app/_not-found/page.js", | ||
"/app/[tab]/page": "app/app/[tab]/page.js" | ||
} |
Oops, something went wrong.