From 0bce18d9e9f65563143306173531eb0b29b8d985 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com>
Date: Thu, 30 Mar 2023 09:21:01 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E8=84=9A=E6=B0=B4=E5=8D=B0=E8=B7=B3?=
=?UTF-8?q?=E5=AE=98=E7=BD=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/compenents/no-footer/index.tsx | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/compenents/no-footer/index.tsx b/src/compenents/no-footer/index.tsx
index 5950e83..f352260 100644
--- a/src/compenents/no-footer/index.tsx
+++ b/src/compenents/no-footer/index.tsx
@@ -1,5 +1,6 @@
import React from "react";
import { Layout } from "antd";
+import { Link } from "react-router-dom";
export const NoFooter: React.FC = () => {
return (
@@ -12,10 +13,12 @@ export const NoFooter: React.FC = () => {
paddingBottom: 100,
}}
>
-
+
+
+
);
};