chore: couple minor fixes

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-21 20:25:17 +01:00
committed by Braks
parent 3518e1dab2
commit b7abb31c24
5 changed files with 15 additions and 26 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
<script lang="ts" setup>
import { templateRef } from '@vueuse/core'
import { Elements, FlowInstance, VueFlow } from '@braks/vue-flow'
import RGBNode from './RGBNode.vue'
import RGBOutputNode from './RGBOutputNode.vue'
import { Elements, FlowInstance, VueFlow } from '~/index'
type Colors = {
red: number