# HG changeset patch # User Thomas Junk # Date 1545132588 -3600 # Node ID b5061deb9ab9e19e82e9551ea8924843538d7613 # Parent 1835d1c9eb9b1bb30f67e59e3e68dfc3c3dbf715 refac: move staging area to separate folder diff -r 1835d1c9eb9b -r b5061deb9ab9 client/src/components/Contextbox.vue --- a/client/src/components/Contextbox.vue Tue Dec 18 11:53:53 2018 +0100 +++ b/client/src/components/Contextbox.vue Tue Dec 18 12:29:48 2018 +0100 @@ -28,7 +28,7 @@ name: "contextbox", components: { Bottlenecks: () => import("./Bottlenecks"), - Staging: () => import("./Staging.vue") + Staging: () => import("./staging/Staging.vue") }, computed: { ...mapState("application", [ diff -r 1835d1c9eb9b -r b5061deb9ab9 client/src/components/Staging.vue --- a/client/src/components/Staging.vue Tue Dec 18 11:53:53 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,236 +0,0 @@ - - - - - diff -r 1835d1c9eb9b -r b5061deb9ab9 client/src/components/staging/Staging.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/staging/Staging.vue Tue Dec 18 12:29:48 2018 +0100 @@ -0,0 +1,236 @@ + + + + +