Skip to content

Commit ad5c864

Browse files
Update src/core/stores/index.ts
Co-authored-by: Pascal Röhling <73653210+dopenguin@users.noreply.github.com>
1 parent 4d03083 commit ad5c864

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/core/stores/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ export const useCoreStore = defineStore('core', () => {
2828

2929
const markerStore = useMarkerStore()
3030

31-
/**
32-
* The current center coordinates of the map.
33-
*
34-
* @alpha
35-
* @readonly
36-
*/
3731
return {
32+
/**
33+
* The current center coordinates of the map.
34+
*
35+
* @alpha
36+
* @readonly
37+
*/
3838
center: computed(() => mainStore.center),
3939

4040
/**

0 commit comments

Comments
 (0)