mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
remove use of component moodleSVG
This commit is contained in:
@@ -4,7 +4,6 @@ import FhcCalendar from '../Calendar/Calendar.js';
|
||||
import LvModal from '../Cis/Mylv/LvModal.js';
|
||||
import ContentModal from '../Cis/Cms/ContentModal.js'
|
||||
import CalendarDate from '../../composables/CalendarDate.js';
|
||||
import moodleSvg from "../../helpers/moodleSVG.js"
|
||||
|
||||
import ApiLvPlan from '../../api/factory/lvPlan.js';
|
||||
import ApiOrt from '../../api/factory/ort.js';
|
||||
@@ -18,8 +17,7 @@ export default {
|
||||
components: {
|
||||
FhcCalendar,
|
||||
LvModal,
|
||||
ContentModal,
|
||||
moodleSvg
|
||||
ContentModal
|
||||
},
|
||||
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user