Skip to content

Commit 69109e4

Browse files
committed
wip: create a style manager - moved color picker to core (#1072)
1 parent f1b4271 commit 69109e4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

map/client/components/styles/KStyleProperty.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
<script setup>
2424
import { ref, watch, computed } from 'vue'
25-
import KColorPicker from './KColorPicker.vue'
2625
import KShape from '../../../../core/client/components/media/KShape.vue'
26+
import KColorPicker from '../../../../core/client/components/input/KColorPicker.vue'
2727
2828
const props = defineProps({
2929
modelValue: {

0 commit comments

Comments
 (0)