better imports organization
This commit is contained in:
parent
6f5eb6c442
commit
42930252b1
167 changed files with 663 additions and 445 deletions
|
|
@ -1,3 +1,8 @@
|
|||
import { mapGetters } from 'vuex'
|
||||
|
||||
import RichContent from 'src/components/rich_content/rich_content.jsx'
|
||||
import fileType from 'src/services/file_type/file_type.service'
|
||||
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
faFile,
|
||||
|
|
@ -6,9 +11,6 @@ import {
|
|||
faMusic,
|
||||
faPollH,
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
import RichContent from 'src/components/rich_content/rich_content.jsx'
|
||||
import fileType from 'src/services/file_type/file_type.service'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
library.add(faFile, faMusic, faImage, faLink, faPollH)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue