mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 13:46:32 +00:00
refactor: remove unused components and dependencies
Remove unused components and dependencies from the codebase to simplify the project structure and improve maintainability.
This commit is contained in:
parent
1fe8a44e7d
commit
d9c9ca360a
17
src/renderer/src/components.d.ts
vendored
17
src/renderer/src/components.d.ts
vendored
@ -7,26 +7,9 @@ export {};
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AppFooter: (typeof import('./components/AppFooter.vue'))['default']
|
||||
AppTopBar: typeof import('./components/AppTopBar.vue')['default']
|
||||
Clock: typeof import('./components/Clock.vue')['default']
|
||||
DBtn: typeof import('vue-devui/btn/index.es.js')['Btn']
|
||||
DButton: typeof import('vue-devui/button/index.es.js')['Button']
|
||||
DCodeEditor: (typeof import('vue-devui/code-editor/index.es.js'))['CodeEditor']
|
||||
DCol: typeof import('vue-devui/grid/index.es.js')['Col']
|
||||
DRow: typeof import('vue-devui/grid/index.es.js')['Row']
|
||||
DStatus: typeof import('vue-devui/status/index.es.js')['Status']
|
||||
ElAlert: typeof import('element-plus/es')['ElAlert']
|
||||
ElButton: typeof import('element-plus/es')['ElButton']
|
||||
ElCard: typeof import('element-plus/es')['ElCard']
|
||||
ElCol: typeof import('element-plus/es')['ElCol']
|
||||
ElRow: typeof import('element-plus/es')['ElRow']
|
||||
ElTag: typeof import('element-plus/es')['ElTag']
|
||||
ElText: typeof import('element-plus/es')['ElText']
|
||||
ExamList: typeof import('./components/ExamList.vue')['default']
|
||||
ExamStatus: typeof import('./components/ExamStatus.vue')['default']
|
||||
GgbPlayer: (typeof import('./components/GgbPlayer.vue'))['default']
|
||||
ReadmeRender: (typeof import('./components/ReadmeRender.vue'))['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
SubjectInfo: typeof import('./components/SubjectInfo.vue')['default']
|
||||
|
Loading…
x
Reference in New Issue
Block a user