summaryrefslogtreecommitdiff
path: root/src/client/components/reaction-picker.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/reaction-picker.vue')
-rw-r--r--src/client/components/reaction-picker.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/components/reaction-picker.vue b/src/client/components/reaction-picker.vue
index 99b27ad9c9..e331410c39 100644
--- a/src/client/components/reaction-picker.vue
+++ b/src/client/components/reaction-picker.vue
@@ -11,14 +11,11 @@
<script lang="ts">
import Vue from 'vue';
-import i18n from '../i18n';
import { emojiRegex } from '../../misc/emoji-regex';
import XReactionIcon from './reaction-icon.vue';
import XPopup from './popup.vue';
export default Vue.extend({
- i18n,
-
components: {
XPopup,
XReactionIcon,