aboutsummaryrefslogtreecommitdiff
path: root/src/components/sticker_picker/sticker_picker.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-18 14:58:02 +0300
committerHenry Jameson <me@hjkos.com>2021-04-18 14:58:02 +0300
commit433ea02a18c0328b8079a40657220633c09e363a (patch)
treefdc3de3ebd5dd69ecbd81dc83416a8797cdddece /src/components/sticker_picker/sticker_picker.js
parent8b96ea93776fd1eb462a7c54822d4f8ad6a9e776 (diff)
Changed some of TabSwitcher's internals for easier Vue3 migration
Diffstat (limited to 'src/components/sticker_picker/sticker_picker.js')
-rw-r--r--src/components/sticker_picker/sticker_picker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/sticker_picker/sticker_picker.js b/src/components/sticker_picker/sticker_picker.js
index 8daf3f07..3a2d3914 100644
--- a/src/components/sticker_picker/sticker_picker.js
+++ b/src/components/sticker_picker/sticker_picker.js
@@ -1,6 +1,6 @@
/* eslint-env browser */
import statusPosterService from '../../services/status_poster/status_poster.service.js'
-import TabSwitcher from '../tab_switcher/tab_switcher.js'
+import TabSwitcher from '../tab_switcher/tab_switcher.jsx'
const StickerPicker = {
components: {