From 9bbeb5d50703b5d944af9e24d07a378a92fba95f Mon Sep 17 00:00:00 2001 From: Mohamed Ghayyad Date: Tue, 16 Jan 2024 21:57:10 +0000 Subject: [PATCH] added credits to dashboard --- src/components/dashboad.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboad.jsx b/src/components/dashboad.jsx index 32d89099d..b5e8df5bc 100644 --- a/src/components/dashboad.jsx +++ b/src/components/dashboad.jsx @@ -1,6 +1,6 @@ import { Center, Grid, Paper, Box, Timeline, Badge, Text} from "@mantine/core"; import { Blockquote } from "@mantine/core"; -import { IconCheck, IconFlame,IconUserCircle } from "@tabler/icons-react"; +import { IconCheck, IconFlame,IconUserCircle,IconGitPullRequest } from "@tabler/icons-react"; function Dashboard(){