Remove unused components and models for improved maintainability
- Deleted redundant components (`AddActionButton`, `AlertBox`, `AlertStack`, `BackButton`, `CancelButton`, and `CollapsableArea`) and related files. - Removed unused models (`Book`, `BookSerie`, `BookTables`, `Character`, and `Chapter`) to reduce codebase clutter. - Updated project structure and references to reflect these removals.
This commit is contained in:
@@ -33,11 +33,7 @@
|
||||
]
|
||||
},
|
||||
"noEmit": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "next"
|
||||
}
|
||||
]
|
||||
"types": ["vite/client"]
|
||||
},
|
||||
"include": [
|
||||
"app/**/*",
|
||||
@@ -48,13 +44,13 @@
|
||||
"fonts/**/*",
|
||||
"electron/**/*",
|
||||
"electron.d.ts",
|
||||
".next/types/**/*.ts",
|
||||
".next/dev/types/**/*.ts"
|
||||
"hooks/**/*",
|
||||
"shared/**/*",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
".next",
|
||||
"out"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user