diff --git a/src/pages/Dashboard/DashboardPage.jsx b/src/pages/Dashboard/DashboardPage.jsx
index 88e6aad..e0a631a 100644
--- a/src/pages/Dashboard/DashboardPage.jsx
+++ b/src/pages/Dashboard/DashboardPage.jsx
@@ -1,6 +1,11 @@
import PageHeader from '../../components/PageHeader.jsx';
import StatGrid from '../../components/StatGrid.jsx';
-import { Label, SearchField } from '@heroui/react';
+import { Typography, SearchField, Separator } from '@heroui/react';
+import {
+ BellIcon,
+ QuestionMarkCircleIcon,
+ UserCircleIcon
+} from '@heroicons/react/16/solid';
const stats = [
{ label: 'Khoa hoc dang mo', value: '24' },
@@ -12,22 +17,37 @@ const stats = [
function DashboardPage() {
return (
<>
-