From ff4c4863ad6e44534589cc1c71040aaf43ab0d34 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 22 Nov 2024 16:54:52 +0000 Subject: [PATCH] fix: dashboard component filepath --- src/components/{dashboard.tsx => Dashboard.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/{dashboard.tsx => Dashboard.tsx} (100%) diff --git a/src/components/dashboard.tsx b/src/components/Dashboard.tsx similarity index 100% rename from src/components/dashboard.tsx rename to src/components/Dashboard.tsx