end of project
This commit is contained in:
@@ -7,14 +7,13 @@ import { createPinia } from 'pinia'
|
||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import { faCircleXmark } from '@fortawesome/free-regular-svg-icons'
|
||||
|
||||
library.add( faCircleXmark )
|
||||
import { faLessThan, faGreaterThan } from '@fortawesome/free-solid-svg-icons'
|
||||
library.add( faCircleXmark, faLessThan, faGreaterThan )
|
||||
|
||||
|
||||
const pinia = createPinia()
|
||||
|
||||
|
||||
|
||||
createApp(App)
|
||||
.use(router)
|
||||
.use(pinia)
|
||||
|
||||
Reference in New Issue
Block a user