Skip to content

Commit

Permalink
fix: imports for coreannotatedtext
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Mozolevsky authored and Dmitry Mozolevsky committed Jul 31, 2024
1 parent 916015b commit 79a4276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/src/core_components/content/CoreAnnotatedText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</template>

<script lang="ts">
import { cssClasses, primaryTextColor } from "../renderer/sharedStyleFields";
import { cssClasses, primaryTextColor } from "../../renderer/sharedStyleFields";
export default {
writer: {
name: "Annotated text",
Expand Down Expand Up @@ -83,8 +83,8 @@ export default {
};
</script>
<script setup lang="ts">
import { FieldCategory, FieldType } from "../writerTypes";
import injectionKeys from "../injectionKeys";
import { FieldCategory, FieldType } from "../../writerTypes";
import injectionKeys from "../../injectionKeys";
import { inject } from "vue";
import chroma, { Color } from "chroma-js";
Expand Down

0 comments on commit 79a4276

Please sign in to comment.