diff --git a/packages/stage-ui/src/components/DataPane/ColorPicker.vue b/packages/stage-ui/src/components/DataPane/ColorPicker.vue index 908899446..99d643be0 100644 --- a/packages/stage-ui/src/components/DataPane/ColorPicker.vue +++ b/packages/stage-ui/src/components/DataPane/ColorPicker.vue @@ -1,28 +1,20 @@ diff --git a/packages/stage-ui/src/components/DataPane/index.ts b/packages/stage-ui/src/components/DataPane/index.ts index 71eedb2a2..04515067a 100644 --- a/packages/stage-ui/src/components/DataPane/index.ts +++ b/packages/stage-ui/src/components/DataPane/index.ts @@ -1,4 +1,5 @@ export { default as Container } from './Container.vue' export { default as Pane } from './Pane.vue' +export { default as PropertyColor } from './PropertyColor.vue' export { default as PropertyNumber } from './PropertyNumber.vue' export { default as PropertyPoint } from './PropertyPoint.vue'