Skip to content

Commit 52e3e8f

Browse files
leveloidGazler
authored andcommitted
Use double quotes for consistency in app.js (phoenixframework#2813)
1 parent 154eed7 commit 52e3e8f

File tree

1 file changed

+1
-1
lines changed
  • installer/templates/phx_assets/webpack

1 file changed

+1
-1
lines changed

installer/templates/phx_assets/webpack/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// We need to import the CSS so that webpack will load it.
22
// The ExtractTextPlugin is used to separate it out into
33
// its own CSS file.
4-
import css from '../css/app.css';
4+
import css from "../css/app.css";
55

66
// webpack automatically bundles all modules in your
77
// entry points. Those entry points can be configured

0 commit comments

Comments
 (0)