diff --git a/index.css b/index.css index 3fe10b07..26c15ca6 100644 --- a/index.css +++ b/index.css @@ -114,12 +114,3 @@ --chart-5: 340 75% 55% } } - -@layer base { - * { - @apply border-border; - } - body { - @apply bg-background text-foreground; - } -} diff --git a/src/components/Admin-Dashboard/AdminDashboard.jsx b/src/components/Admin-Dashboard/AdminDashboard.jsx index 66e729dd..756439b4 100644 --- a/src/components/Admin-Dashboard/AdminDashboard.jsx +++ b/src/components/Admin-Dashboard/AdminDashboard.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import { useNavigate } from "react-router-dom"; +import { Link, useNavigate } from "react-router-dom"; import './AdminDashboard.css'; const AdminDashboard = () => { @@ -19,6 +19,7 @@ const AdminDashboard = () => {

Admin Panel