We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b60f63 commit 95d26c6Copy full SHA for 95d26c6
lib/client/templates_helpers/ensure_signed_in.html
package.js
@@ -18,7 +18,6 @@ Package.onUse(function(api) {
18
19
api.use([
20
'check',
21
- 'templating',
22
'kadira:blaze-layout',
23
'kadira:flow-router',
24
'underscore',
@@ -37,7 +36,6 @@ Package.onUse(function(api) {
37
36
38
api.addFiles([
39
'lib/client/client.js',
40
- 'lib/client/templates_helpers/at_input.js',
41
- 'lib/client/templates_helpers/ensure_signed_in.html'
+ 'lib/client/templates_helpers/at_input.js'
42
], ['client']);
43
});
0 commit comments