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, }} > - + + + ); };