diff --git a/src/components/ElementAdder.vue b/src/components/ElementAdder.vue new file mode 100644 index 0000000..fe81951 --- /dev/null +++ b/src/components/ElementAdder.vue @@ -0,0 +1,70 @@ + + + + + \ No newline at end of file diff --git a/src/components/Toolbar.vue b/src/components/Toolbar.vue new file mode 100644 index 0000000..111c798 --- /dev/null +++ b/src/components/Toolbar.vue @@ -0,0 +1,51 @@ + + + + + \ No newline at end of file diff --git a/src/components/WorkspaceDrawerContent.vue b/src/components/WorkspaceDrawerContent.vue new file mode 100644 index 0000000..0dbbbb4 --- /dev/null +++ b/src/components/WorkspaceDrawerContent.vue @@ -0,0 +1,32 @@ + + + + + \ No newline at end of file diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 7558a02..356fde7 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -1,88 +1,18 @@