test/dummy/node_modules/loco-js/src/index.js in loco-rails-3.0.0 vs test/dummy/node_modules/loco-js/src/index.js in loco-rails-3.0.1
- old
+ new
@@ -1,20 +1,20 @@
-import Channels from './channels';
-import Controllers from './controllers';
-import Env from './env';
-import Helpers from './helpers';
-import I18n from './i18n';
-import Line from './base/line.coffee';
-import Loco from './base/loco.coffee';
-import Mix from './base/mix.coffee';
-import Mixins from './mixins';
-import Services from './services';
-import UI from './ui';
-import Utils from './utils';
-import Views from './views';
-import Wire from './base/wire.coffee';
-import {Deps, Models, Validators} from './deps';
+import Channels from "./channels";
+import Controllers from "./controllers";
+import Env from "./env";
+import Helpers from "./helpers";
+import I18n from "./i18n";
+import Line from "./base/line.coffee";
+import Loco from "./base/loco.coffee";
+import Mix from "./base/mix.coffee";
+import Mixins from "./mixins";
+import Services from "./services";
+import UI from "./ui";
+import Utils from "./utils";
+import Views from "./views";
+import Wire from "./base/wire.coffee";
+import { Deps, Models, Validators } from "./deps";
const Presenters = {};
export {
Channels,
@@ -33,6 +33,6 @@
UI,
Utils,
Validators,
Views,
Wire
-};
\ No newline at end of file
+};