From c348af2653acfb8fcc2c6cb7f2fc30a4216c54d5 Mon Sep 17 00:00:00 2001 From: Arnab-Afk Date: Sat, 22 Mar 2025 22:56:28 +0530 Subject: [PATCH] file casing error --- Frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/App.jsx b/Frontend/src/App.jsx index 239be32..8f8699c 100644 --- a/Frontend/src/App.jsx +++ b/Frontend/src/App.jsx @@ -1,4 +1,4 @@ -import VSCodeUI from "./components/VSCodeUi" +import VSCodeUI from "./components/VSCodeUI.jsx" import "./index.css" function App() {