Skip to content

Commit

Permalink
[#51] Refactor js extension to jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Sep 19, 2024
1 parent 616b4be commit 6bb5bf8
Show file tree
Hide file tree
Showing 32 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.js → src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Executions = importedComponent(() => import(/* webpackChunkName:'Execution
const AsyncDynamicPAge = importedComponent(() => import(/* webpackChunkName:'DynamicPage' */ "./DynamicPage"), {
LoadingComponent: Loading,
});
const AsyncDagre = importedComponent(() => import(/* webpackChunkName:'Dagre' */ "./dagre/Dagre.js"), {
const AsyncDagre = importedComponent(() => import(/* webpackChunkName:'Dagre' */ "./dagre/Dagre.jsx"), {
LoadingComponent: Loading,
});
const AsyncNoMatch = importedComponent(() => import(/* webpackChunkName:'NoMatch' */ "./NoMatch"), {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6bb5bf8

Please sign in to comment.