Commit 11ae4cdc authored by Dilip Wijethunga's avatar Dilip Wijethunga

Admin dashboard update

parent 02a00f82
import React from 'react';
import Navbar from "../components/dashboard/sidebar/Navbar";
import Dashboard from "../components/dashboard/admin/Dashboard";
import CommonCheckAuth from "../services/CommonAuthCheck";
function AdminDashboardHome() {
return (
......@@ -13,4 +14,4 @@ function AdminDashboardHome() {
);
}
export default AdminDashboardHome;
\ No newline at end of file
export default CommonCheckAuth(AdminDashboardHome);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment