From 3c11ec23d1fbeb77d33220fcdd9cd48677f1965c Mon Sep 17 00:00:00 2001 From: Chastity Sapp Date: Sun, 12 Nov 2023 21:52:59 -0500 Subject: [PATCH] Update dashboardContent.js --- constants/dashboardContent.js | 1 - 1 file changed, 1 deletion(-) diff --git a/constants/dashboardContent.js b/constants/dashboardContent.js index feb6538..c868100 100644 --- a/constants/dashboardContent.js +++ b/constants/dashboardContent.js @@ -4,7 +4,6 @@ const DashboardContent = () => { return (

Dashboard Content

- {/* Add your dashboard content here */}
); };