Skip to content

Commit

Permalink
refactor(file structure & imports): modified file structure & removal…
Browse files Browse the repository at this point in the history
… of unused imports
  • Loading branch information
Torof committed Sep 19, 2024
1 parent d696e3b commit 9122e5a
Show file tree
Hide file tree
Showing 1,505 changed files with 228,971 additions and 84 deletions.
41 changes: 41 additions & 0 deletions frontend/.next/app-build-manifest.json
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"
]
}
}
19 changes: 19 additions & 0 deletions frontend/.next/build-manifest.json
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 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.
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.
1 change: 1 addition & 0 deletions frontend/.next/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
806 changes: 806 additions & 0 deletions frontend/.next/react-loadable-manifest.json

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions frontend/.next/server/_rsc_src_components_DApp_tsx.js
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`));


/***/ })

};
;
4 changes: 4 additions & 0 deletions frontend/.next/server/app-paths-manifest.json
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"
}
Loading

0 comments on commit 9122e5a

Please sign in to comment.