fix: import paths in components

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-25 19:29:13 +01:00
parent 0b2764028f
commit c3f8809362
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { useStore, useWindow, useZoomPanHelper } from '~/composables'
import { Elements, FlowInstance } from '~/types'
import { onLoadGetElements, onLoadProject, onLoadToObject } from '~/utils'
import { useStore, useWindow, useZoomPanHelper } from '../../composables'
import { Elements, FlowInstance } from '../../types'
import { onLoadGetElements, onLoadProject, onLoadToObject } from '../../utils'
interface RendererProps {
elements: Elements