Skip to content

Commit

Permalink
refactor: move ui out of components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 4, 2024
1 parent aad8c15 commit 3ca99ad
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-frontend/src/plugins/index.ts
Expand Up @@ -2,7 +2,7 @@ import 'vue-virtual-scroller/dist/vue-virtual-scroller.css'
import 'vue-resize/dist/vue-resize.css'

import { App } from 'vue'
import VueUi, { generateHtmlIcon } from '../features/components/ui'
import VueUi, { generateHtmlIcon } from '../features/ui'
import VueVirtualScroller from 'vue-virtual-scroller'
import { keys } from '@vue-devtools/shared-utils'
import VueSafeTeleport from 'vue-safe-teleport'
Expand Down

0 comments on commit 3ca99ad

Please sign in to comment.