remaining changes...
This commit is contained in:
parent
3cbaa00449
commit
a50cd7e37d
23 changed files with 162 additions and 97 deletions
|
@ -11,12 +11,14 @@ import Checkbox from 'src/components/checkbox/checkbox.vue'
|
|||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
faTimes,
|
||||
faPlus
|
||||
faPlus,
|
||||
faCircleNotch
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faTimes,
|
||||
faPlus
|
||||
faPlus,
|
||||
faCircleNotch
|
||||
)
|
||||
|
||||
const ProfileTab = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue