Fixed block import in notification store

This commit is contained in:
Emir Karabeg
2025-01-17 16:27:50 -08:00
parent a14e9fc8aa
commit 232c453147
+1 -1
View File
@@ -1,5 +1,5 @@
import { Node, Edge } from 'reactflow'
import { OutputType, SubBlockType } from '@/blocks/block'
import { OutputType, SubBlockType } from '@/blocks/types'
export interface Position {
x: number