Skip to content

Commit

Permalink
chore: fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jul 31, 2024
1 parent 668bc9f commit 2daf197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/layout/KWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import { useQuasar } from 'quasar'
import { Store } from '../../store.js'
import { LocalStorage } from '../../local-storage.js'
import { Layout } from '../../layout.js'
import { loadComponent, bindContent, computeResponsiveSize } from '../../utils'
import { loadComponent, bindContent, computeResponsiveSize } from '../../utils'
import KPanel from '../KPanel.vue'
import KScrollArea from '../KScrollArea.vue'
import KMenu from '../menu/KMenu.vue'
Expand Down

0 comments on commit 2daf197

Please sign in to comment.