Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew44-mappable committed Apr 3, 2024
1 parent 6b7db38 commit 294d59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function main() {

const {MMapZoomControl} = reactify.module(await mappable.import('@mappable-world/[email protected]'));

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(
<React.StrictMode>
Expand Down
2 changes: 1 addition & 1 deletion example/vue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function main() {

const {MMapZoomControl} = vuefy.module(await mappable.import('@mappable-world/[email protected]'));

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: {
Expand Down

0 comments on commit 294d59a

Please sign in to comment.