Skip to content

Commit

Permalink
Fix wrong imported library meteor/tap:i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Mar 18, 2020
1 parent 538ae8e commit 4a14f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/message-star/client/starMessage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meteor } from 'meteor/meteor';
import toastr from 'toastr';
import { TAPi18n } from 'meteor/tap:i18n';
import { TAPi18n } from 'meteor/rocketchat:tap-i18n';

import { settings } from '../../settings';
import { ChatMessage, Subscriptions } from '../../models';
Expand Down

0 comments on commit 4a14f44

Please sign in to comment.