From 9046f8237548595c70b666c6e7f0d088ababd940 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 14 Oct 2022 14:34:58 -0700 Subject: [PATCH] refactor: move topmatter to component --- src/components/Timeline.vue | 39 +++++----------------------- src/components/TopMatter.vue | 49 ++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 33 deletions(-) create mode 100644 src/components/TopMatter.vue diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 8b8896a4..d0a5bf2a 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -1,11 +1,7 @@