Skip to content

Commit

Permalink
Remove shared folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Apr 18, 2024
1 parent 8ebf052 commit b526afa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import {
ContentElementBar,
} from "@ui-board";
import { PropType, computed, ref, toRef } from "vue";
import { useCollaborativeTextEditorApi } from "./shared/composables/CollaborativeTextEditorApi.composable";
import { useCollaborativeTextEditorApi } from "./composables/CollaborativeTextEditorApi.composable";
const props = defineProps({
element: {
Expand Down

0 comments on commit b526afa

Please sign in to comment.