diff --git a/src/componenets/Footer/Footer.jsx b/src/componenets/Footer/Footer.jsx index e166b7c..c06891c 100644 --- a/src/componenets/Footer/Footer.jsx +++ b/src/componenets/Footer/Footer.jsx @@ -1,318 +1,152 @@ import { useState } from "react"; +import { Link } from "react-router-dom"; import Logo from "../Logo"; import { ToastContainer, toast } from "react-toastify"; import "react-toastify/dist/ReactToastify.css"; function Footer() { - return ( - <> - ); } diff --git a/tsconfig.json b/tsconfig.json index a4a839b..45d5466 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "compilerOptions": { + "compilerOptions": { "target": "es5", // For broader browser compatibility "module": "commonjs", // For Node.js compatibility "outDir": "./dist", // Output directory for compiled JavaScript