Skip to content

Commit 12c2fac

Browse files
committed
feat: remove TheLoading component from typings
1 parent 4bb58b1 commit 12c2fac

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

public/logo.png

-26.2 KB
Loading

typings/components.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ declare module 'vue' {
1111
RouterView: typeof import('vue-router')['RouterView']
1212
TheButton: typeof import('./../src/components/TheButton.vue')['default']
1313
TheCard: typeof import('./../src/components/TheCard.vue')['default']
14-
TheLoading: typeof import('./../src/components/TheLoading.vue')['default']
1514
}
1615
}

0 commit comments

Comments
 (0)