From 0b81add407c8c7f8d990d913b7662e75d8fafb65 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Wed, 31 May 2023 14:14:50 -0700 Subject: [PATCH] feat: create meta info ServerState component --- components/UserProfile/ServerState.vue | 46 ++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 components/UserProfile/ServerState.vue diff --git a/components/UserProfile/ServerState.vue b/components/UserProfile/ServerState.vue new file mode 100644 index 000000000..5392cfcb3 --- /dev/null +++ b/components/UserProfile/ServerState.vue @@ -0,0 +1,46 @@ + + + + + + \ No newline at end of file