From 294d59adbd892fea171bd2e167603abb3615f611 Mon Sep 17 00:00:00 2001 From: Matthew Kalinin Date: Wed, 3 Apr 2024 18:01:38 +0300 Subject: [PATCH] fix imports --- example/react/index.tsx | 2 +- example/vue/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/react/index.tsx b/example/react/index.tsx index 5c1308c..25cf5e7 100644 --- a/example/react/index.tsx +++ b/example/react/index.tsx @@ -13,7 +13,7 @@ async function main() { const {MMapZoomControl} = reactify.module(await mappable.import('@mappable-world/mappable-controls@0.0.1')); - const {MMapButtonExample} = reactify.module(await mappable.import('mappable-default-ui-theme')); + const {MMapButtonExample} = reactify.module(await mappable.import('@mappable-world/mappable-default-ui-theme')); ReactDOM.render( diff --git a/example/vue/index.ts b/example/vue/index.ts index caa0297..4ec8bed 100644 --- a/example/vue/index.ts +++ b/example/vue/index.ts @@ -11,7 +11,7 @@ async function main() { const {MMapZoomControl} = vuefy.module(await mappable.import('@mappable-world/mappable-controls@0.0.1')); - const {MMapButtonExample} = vuefy.module(await mappable.import('mappable-default-ui-theme')); + const {MMapButtonExample} = vuefy.module(await mappable.import('@mappable-world/mappable-default-ui-theme')); const app = Vue.createApp({ components: {