Skip to content

Commit

Permalink
fix(types): module needs an export (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jun 15, 2024
1 parent 90d07b9 commit 8c53a2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/global-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ declare module '@vue/runtime-core' {
// {%%NEW_KONGPONENT%%} (do not remove comment)
}
}

// Must have an export to be a module
export {}

0 comments on commit 8c53a2e

Please sign in to comment.