Skip to content
Snippets Groups Projects
Commit 73293840 authored by sush202020's avatar sush202020
Browse files

Fixed AdminHome

parent 6426936e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import React, { useEffect, useState } from "react";
import { useNavigate } from "react-router-dom";
import "./AdminHome.css";
function Homer() {
function AdminHome() {
const [isSidebarOpen, setSidebarOpen] = useState(true);
const toggleSidebar = () => {
......@@ -64,4 +64,4 @@ function Homer() {
);
}
export default Homer;
export default AdminHome;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment