mirror of
https://forgejo.merr.is/annika/isl-time-converter.git
synced 2025-12-14 05:59:14 -05:00
Initial commit
This commit is contained in:
commit
965695b4e1
26 changed files with 796 additions and 0 deletions
14
components.d.ts
vendored
Normal file
14
components.d.ts
vendored
Normal 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']
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue