From e4bfb3f2a8e22ce2e32f4cc5a4493a40e81b6f5a Mon Sep 17 00:00:00 2001 From: kunish Date: Mon, 28 Aug 2023 23:23:19 +0800 Subject: [PATCH] feat: add footer --- src/App.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5e801cf..b6624a2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,12 +21,12 @@ export const App = () => { return (
-
+
@@ -40,6 +40,12 @@ export const App = () => {
+ +
) }