Skip to content

Commit 9c6fa3d

Browse files
committed
fix: import correctly
1 parent 5c1db61 commit 9c6fa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layers/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
layersCommonDefaultProps,
33
useDefaults as useLayerDefaults,
4-
} from "@components/layers/LayersCommonProps";
4+
} from "./LayersCommonProps";
55

66
import type { App } from "vue";
77
import OlAnimatedClusterlayer from "./OlAnimatedClusterlayer.vue";

0 commit comments

Comments
 (0)