Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Nov 9, 2023
1 parent 95e8a21 commit 3050c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devhub/entity/post/Post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const { href } = VM.require("${REPL_DEVHUB}/widget/core.lib.url");

const { draftState, onDraftStateChange } = VM.require(
"${REPL_DEVHUB}/widget/entity/post/draft"
"${REPL_DEVHUB}/widget/entity.post.draft"
);

href || (href = () => {});
Expand Down
File renamed without changes.

0 comments on commit 3050c09

Please sign in to comment.