move stuff around
This commit is contained in:
parent
99e9f5980f
commit
c4181dc5f8
5 changed files with 7 additions and 7 deletions
|
@ -55,12 +55,12 @@ div.panel-block.is-flex button {
|
|||
import { Door, DoorsSaved } from "@/lib/door";
|
||||
import { Options, Vue } from "vue-class-component";
|
||||
|
||||
import Calendar from "./Calendar.vue";
|
||||
import BulmaBreadcrumbs, { Step } from "./bulma/Breadcrumbs.vue";
|
||||
import BulmaButton from "./bulma/Button.vue";
|
||||
import BulmaDrawer from "./bulma/Drawer.vue";
|
||||
import Calendar from "./Calendar.vue";
|
||||
import DoorChooser from "./calendar/editor/DoorChooser.vue";
|
||||
import DoorPlacer from "./calendar/editor/DoorPlacer.vue";
|
||||
import DoorChooser from "./editor/DoorChooser.vue";
|
||||
import DoorPlacer from "./editor/DoorPlacer.vue";
|
||||
|
||||
@Options({
|
||||
components: {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
import { Door } from "@/lib/door";
|
||||
import { Options, Vue } from "vue-class-component";
|
||||
|
||||
import ThouCanvas from "../ThouCanvas.vue";
|
||||
import ThouCanvas from "../calendar/ThouCanvas.vue";
|
||||
import PreviewDoor from "./PreviewDoor.vue";
|
||||
|
||||
@Options({
|
|
@ -33,7 +33,7 @@
|
|||
import { Door } from "@/lib/door";
|
||||
import { Options, Vue } from "vue-class-component";
|
||||
|
||||
import SVGRect from "../SVGRect.vue";
|
||||
import SVGRect from "../calendar/SVGRect.vue";
|
||||
|
||||
@Options({
|
||||
components: {
|
|
@ -22,8 +22,8 @@ import { Rectangle } from "@/lib/rectangle";
|
|||
import { Vector2D } from "@/lib/vector2d";
|
||||
import { Options, Vue } from "vue-class-component";
|
||||
|
||||
import SVGRect from "../SVGRect.vue";
|
||||
import ThouCanvas from "../ThouCanvas.vue";
|
||||
import SVGRect from "../calendar/SVGRect.vue";
|
||||
import ThouCanvas from "../calendar/ThouCanvas.vue";
|
||||
|
||||
enum CanvasState {
|
||||
Idle,
|
Loading…
Reference in a new issue