Skip to content

Commit

Permalink
Fix export paths
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed May 25, 2024
1 parent 43e1de0 commit 1d32d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/renderer-vue/src/editor/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @deprecated use `BaklavaEditor` instead */
export { default as EditorComponent } from "./editor/Editor.vue";
export { default as BaklavaEditor } from "./editor/Editor.vue";
export { default as EditorComponent } from "./Editor.vue";
export { default as BaklavaEditor } from "./Editor.vue";
export * from "./temporaryConnection";

0 comments on commit 1d32d76

Please sign in to comment.