Skip to content

Commit

Permalink
chore: cleanup App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 29, 2022
1 parent 72d00f1 commit 536165c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app-frontend/src/features/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ErrorOverlay from './error/ErrorOverlay.vue'
import SplitPane from './layout/SplitPane.vue'
import AppSelectPane from './apps/AppSelectPane.vue'
import { onMounted, defineComponent, ref, watch } from 'vue'
import { onMounted, defineComponent } from 'vue'
import {
isChrome,
setStorage,
Expand All @@ -22,7 +22,6 @@ import { showAppsSelector } from './header/header'
const chromeTheme = isChrome ? chrome.devtools.panels.themeName : undefined
const STORAGE_PREVIOUS_SESSION_THEME = 'previous-session-theme'
const STORAGE_WELCOME_HIDDEN = 'welcome-hidden'
export default defineComponent({
name: 'App',
Expand Down

0 comments on commit 536165c

Please sign in to comment.