diff --git a/src/devhub/entity/post/Post.jsx b/src/devhub/entity/post/Post.jsx index 7989c9435..34a8733c3 100644 --- a/src/devhub/entity/post/Post.jsx +++ b/src/devhub/entity/post/Post.jsx @@ -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 = () => {}); diff --git a/src/devhub/entity/post/draft.js b/src/devhub/entity/post/draft.jsx similarity index 100% rename from src/devhub/entity/post/draft.js rename to src/devhub/entity/post/draft.jsx