move frontend to its own folder

This commit is contained in:
iamBadgers
2024-03-03 17:08:58 -08:00
parent 6f01c1487a
commit 4d469ff1d5
32 changed files with 1 additions and 7 deletions

13
frontend/components.d.ts vendored Normal file
View File

@@ -0,0 +1,13 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}