Skip to content

Commit

Permalink
aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jul 17, 2024
1 parent a2f2583 commit 1ed8af2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions widget/Index.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const { Layout } = VM.require("devs.near/widget/Layout") || {
const { Layout } = VM.require("${config_account}/widget/Layout") || {
Layout: () => <>layout not found</>,
};

const { Router } = VM.require("devs.near/widget/Router") || {
const { Router } = VM.require("${config_account}/widget/Router") || {
Router: () => <>router not found</>,
};

Expand Down Expand Up @@ -51,7 +51,7 @@ const Content = () => (
init: item,
},
home: {
path: "devs.near/widget/Library",
path: "${config_account}/widget/Library",
init: item,
},
},
Expand Down

0 comments on commit 1ed8af2

Please sign in to comment.