mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
LvPlan.js remove unused imports
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import FhcCalendar from "../../Calendar/Base.js";
|
||||
import LvModal from "../Mylv/LvModal.js";
|
||||
import LvMenu from "../Mylv/LvMenu.js"
|
||||
import ApiLvPlan from '../../../api/factory/lvPlan.js';
|
||||
import ApiAuthinfo from '../../../api/factory/authinfo.js';
|
||||
|
||||
@@ -15,9 +13,7 @@ export const DEFAULT_MODE_LVPLAN = 'Week'
|
||||
export default {
|
||||
name: 'LvPlan',
|
||||
components: {
|
||||
FhcCalendar,
|
||||
LvModal,
|
||||
LvMenu
|
||||
FhcCalendar
|
||||
},
|
||||
inject: [
|
||||
"renderers"
|
||||
|
||||
Reference in New Issue
Block a user