move Model.ts
This commit is contained in:
parent
a01b728889
commit
cb05667d59
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { Model } from "@/assets/Model";
|
import { Model } from "@/components/Model";
|
||||||
import { EventData, EventModel } from "./EventModel";
|
import { EventData, EventModel } from "./EventModel";
|
||||||
|
|
||||||
export type CalendarData = {
|
export type CalendarData = {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Model } from "@/assets/Model";
|
import { Model } from "@/components/Model";
|
||||||
import { DateTime, Duration } from "luxon";
|
import { DateTime, Duration } from "luxon";
|
||||||
|
|
||||||
export type EventData = {
|
export type EventData = {
|
||||||
|
|
Loading…
Reference in a new issue