Initial commit

This commit is contained in:
Annika Merris 2024-04-29 20:52:09 -04:00
commit 965695b4e1
26 changed files with 796 additions and 0 deletions

14
components.d.ts vendored Normal file
View file

@ -0,0 +1,14 @@
/* 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 {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
SourceTimeCard: typeof import('./src/components/SourceTimeCard.vue')['default']
TimeConverter: typeof import('./src/components/TimeConverter.vue')['default']
}
}