From dd1adfc53b12610082eaf84a2aed35d588e53e64 Mon Sep 17 00:00:00 2001 From: II-Paulus-II Date: Wed, 13 Mar 2024 15:23:44 +0000 Subject: [PATCH] corrected spelling error in app.jsx --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index d7634c3..9bf83f6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -3,7 +3,7 @@ import "./App.css"; import Header from "@/components/Header.jsx"; import Footer from "@/components/Footer.jsx"; import Content from "@/components/Content.jsx"; -import ProjectContextProvider from "@/context/projectcontext"; +import ProjectContextProvider from "@/context/ProjectContext"; function App() {