Skip to content

Commit

Permalink
fix: remove duplicate css import
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Marins committed Apr 28, 2022
1 parent 4de94fa commit 680641c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/app/emoji/client/emojiPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { FlowRouter } from 'meteor/kadira:flow-router';
import { Template } from 'meteor/templating';
import { escapeRegExp } from '@rocket.chat/string-helpers';

import '../../theme/client/imports/components/emojiPicker.css';
import { t } from '../../utils/client';
import { EmojiPicker } from './lib/EmojiPicker';
import { emoji } from '../lib/rocketchat';
Expand Down

0 comments on commit 680641c

Please sign in to comment.