Skip to content

Commit

Permalink
MNT Remove js prefix from require statements
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 2, 2021
1 parent 0143636 commit 706a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/bundles/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ require('expose-loader?InsertMediaModal!containers/InsertMediaModal/InsertMediaM
require('expose-loader?InsertEmbedModal!components/InsertEmbedModal/InsertEmbedModal');

require('boot');
require('entwine/UploadField/UploadFieldEntwine.js');
require('entwine/UploadField/UploadFieldEntwine');

0 comments on commit 706a3b4

Please sign in to comment.