Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jul 23, 2024
1 parent 67e7cba commit a989be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion widget/components/modals/event/Filters.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { Button } = VM.require("${config_account}/widget/components") || {
const { Button } = VM.require("${config_account}/widget/components.Index") || {
Button: () => <></>,
};

Expand Down
2 changes: 1 addition & 1 deletion widget/components/modals/event/Form.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { Modal, Button, ProgressState } = VM.require(
"${config_account}/widget/components",
"${config_account}/widget/components.Index",
) || {
Modal: () => <></>,
Button: () => <></>,
Expand Down

0 comments on commit a989be0

Please sign in to comment.