Skip to content

Commit

Permalink
refactor(react-core): move resources to a dedicated client/react/core…
Browse files Browse the repository at this point in the history
… directory
  • Loading branch information
murdos committed Aug 25, 2024
1 parent 13d2c12 commit 50b43cc
Show file tree
Hide file tree
Showing 30 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class ReactCoreModulesFactory {

private static final JHipsterSource SOURCE = from("client/react");
private static final JHipsterSource SOURCE = from("client/react/core");
private static final JHipsterSource SOURCE_COMMON = from("client/common");

private static final JHipsterSource WEBAPP_SOURCE = SOURCE.append("src/main/webapp");
Expand Down

0 comments on commit 50b43cc

Please sign in to comment.