We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fd9b9 commit b02f9c2Copy full SHA for b02f9c2
templates/app/client/components/auth(auth)/auth.service.js
@@ -1,5 +1,7 @@
1
-/*global _*/
2
'use strict';
+
3
+import _ from 'lodash';
4
5
// @flow
6
class _User {
7
_id: string = '';
0 commit comments