From 03b4faa17e507a0ee269e16b5e59a58e51c09d2c Mon Sep 17 00:00:00 2001 From: viveksantayana Date: Wed, 31 Aug 2022 00:51:32 +0100 Subject: [PATCH] Restructured core content components --- client/src/components/Content.vue | 14 ++++---------- client/src/components/Header.vue | 12 ++++++++++++ client/src/components/TextFrame.vue | 12 ++++++++++++ 3 files changed, 28 insertions(+), 10 deletions(-) create mode 100644 client/src/components/Header.vue create mode 100644 client/src/components/TextFrame.vue diff --git a/client/src/components/Content.vue b/client/src/components/Content.vue index 5658987..0fd0b35 100644 --- a/client/src/components/Content.vue +++ b/client/src/components/Content.vue @@ -1,18 +1,12 @@ \ No newline at end of file diff --git a/client/src/components/TextFrame.vue b/client/src/components/TextFrame.vue new file mode 100644 index 0000000..105d122 --- /dev/null +++ b/client/src/components/TextFrame.vue @@ -0,0 +1,12 @@ + + + \ No newline at end of file