Skip to content

Commit

Permalink
fix: Testing Default Export to Fix Import (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
incutonez authored Sep 21, 2024
1 parent 6247fb4 commit 50ec9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/BaseButton.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as BaseButton } from "@/components/BaseButton.vue";
export * as default from "@/components/BaseButton.vue";
2 changes: 1 addition & 1 deletion src/components/BaseContextMenu.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as BaseContextMenu } from "@/components/BaseContextMenu.vue";
export * as default from "@/components/BaseContextMenu.vue";

0 comments on commit 50ec9c9

Please sign in to comment.