Fix: 빌드 오류 해결

This commit is contained in:
jhynsoo 2024-09-30 13:01:41 +09:00
parent ff579633e1
commit 715440b37d

View File

@ -10,5 +10,11 @@ export const Default = () => (
<CanvasControlBar
saveJson={() => {}}
projectType="segmentation"
categories={[
{
id: 1,
labelName: 'label',
},
]}
/>
);