diff --git a/components.d.ts b/components.d.ts index 092b832..1766ef5 100644 --- a/components.d.ts +++ b/components.d.ts @@ -5,7 +5,7 @@ // Read more: https://github.com/vuejs/core/pull/3399 import '@vue/runtime-core' -export { } +export {} declare module '@vue/runtime-core' { export interface GlobalComponents { diff --git a/src/components/PlayerCareerFieldingTable.vue b/src/components/PlayerCareerFieldingTable.vue index ea27dd1..c369ba5 100644 --- a/src/components/PlayerCareerFieldingTable.vue +++ b/src/components/PlayerCareerFieldingTable.vue @@ -1,6 +1,6 @@