chore: Remove emojione, cleanup styles (#1232)

* chore: Remove `emojione`, cleanup styles

* Move size to variables

* Remove unused categories
This commit is contained in:
Pranav Raj S
2020-09-13 22:49:01 +05:30
committed by GitHub
parent 739c062676
commit f3a357d832
12 changed files with 159 additions and 310 deletions

View File

@@ -49,7 +49,6 @@
</template>
<script>
import messageFormatterMixin from 'shared/mixins/messageFormatterMixin';
import getEmojiSVG from '../emoji/utils';
import timeMixin from '../../../mixins/time';
import BubbleText from './bubble/Text';
import BubbleImage from './bubble/Image';
@@ -141,9 +140,6 @@ export default {
};
},
},
methods: {
getEmojiSVG,
},
};
</script>
<style lang="scss">