Sub block import fixed

This commit is contained in:
Emir Karabeg
2025-01-14 02:51:24 -08:00
parent 23610f4f7b
commit 0d64ae7a9a

View File

@@ -1,4 +1,4 @@
import { SubBlockConfig } from '../../../types/block'
import { SubBlockConfig } from '../../../../types/block'
import { Label } from '@/components/ui/label'
import { ShortInput } from './components/short-input'
import { LongInput } from './components/long-input'