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 517c57f commit cd60c22Copy full SHA for cd60c22
package.js
@@ -28,6 +28,8 @@ Package.on_use(function(api, where) {
28
'lib/at_form.js',
29
'lib/at_input.html',
30
'lib/at_input.js',
31
+ 'lib/at_message.html',
32
+ 'lib/at_message.js',
33
'lib/at_nav_button.html',
34
'lib/at_nav_button.js',
35
'lib/at_oauth.html',
@@ -58,8 +60,6 @@ Package.on_use(function(api, where) {
58
60
'lib/at_title.js',
59
61
'lib/full_page_at_form.html',
62
'lib/at_semantic-ui.less',
- 'lib/at_message.html',
- 'lib/at_message.js'
63
], ['client']);
64
});
65
0 commit comments