View | Details | Raw Unified | Return to bug 37301
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts (-2 / +2 lines)
Lines 4-9 import { createPinia } from "pinia"; Link Here
4
4
5
import { library } from "@fortawesome/fontawesome-svg-core";
5
import { library } from "@fortawesome/fontawesome-svg-core";
6
import {
6
import {
7
    faList,
7
    faPlus,
8
    faPlus,
8
    faMinus,
9
    faMinus,
9
    faPencil,
10
    faPencil,
Lines 13-19 import { Link Here
13
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
14
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
14
import vSelect from "vue-select";
15
import vSelect from "vue-select";
15
16
16
library.add(faPlus, faMinus, faPencil, faTrash, faSpinner);
17
library.add(faList, faPlus, faMinus, faPencil, faTrash, faSpinner);
17
18
18
import App from "../components/ERM/Main.vue";
19
import App from "../components/ERM/Main.vue";
19
20
20
- 

Return to bug 37301