diff --git a/templates/app/client/components/auth(auth)/auth.service.js b/templates/app/client/components/auth(auth)/auth.service.js index 018c1b096..b4fc54758 100644 --- a/templates/app/client/components/auth(auth)/auth.service.js +++ b/templates/app/client/components/auth(auth)/auth.service.js @@ -1,5 +1,7 @@ -/*global _*/ 'use strict'; + +import _ from 'lodash'; + // @flow class _User { _id: string = '';