diff options
| author | Henry Jameson <me@hjkos.com> | 2021-04-25 12:51:45 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-04-25 12:51:45 +0300 |
| commit | 180da297f628afa608b3a6ea7bb35edb02a7d7a7 (patch) | |
| tree | 09a1ec7962c347ffb8eaa1cbaa19df841dd16df2 /src/components/sticker_picker/sticker_picker.js | |
| parent | b774472fff61810a7c9b8f162375bfe5087c2f55 (diff) | |
| parent | 33777fab47b65975d343d219c0b1866ba6849b3f (diff) | |
Merge branch 'vue3compat-tabswitcher' into vue3-again
* vue3compat-tabswitcher:
small refactoring to uncouple tab-switcher from settings modal
fix theme tab, remove console.logs
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.js | 2 |
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: { |
