diff --git a/components/icons/ArrowBottomP.js b/components/icons/ArrowBottomP.js new file mode 100644 index 0000000..de64a65 --- /dev/null +++ b/components/icons/ArrowBottomP.js @@ -0,0 +1,9 @@ +function ArrowBottomP() { + return ( + + + + ) +} + +export default ArrowBottomP \ No newline at end of file diff --git a/components/icons/ExportP.js b/components/icons/ExportP.js new file mode 100644 index 0000000..418e188 --- /dev/null +++ b/components/icons/ExportP.js @@ -0,0 +1,11 @@ +function ExportP() { + return ( + + + + + + ) +} + +export default ExportP \ No newline at end of file diff --git a/components/layoutPanel/sidebar/index.js b/components/layoutPanel/sidebar/index.js index 04926e8..cd62311 100644 --- a/components/layoutPanel/sidebar/index.js +++ b/components/layoutPanel/sidebar/index.js @@ -2,15 +2,16 @@ import LogoutOrangeP from "@/components/icons/LogoutOrangeP"; import LogoPanel from "@/components/icons/LogoPanel"; import { Button } from "@mui/material"; import Links from "./Links"; +import Link from "next/link"; function Sidebar() { return (