diff --git a/client/src/App.jsx b/client/src/App.jsx index 96a27bc..1615f10 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -33,4 +33,6 @@ const App = () => { ); }; + //let suraj = 'unused variable here'; + export default App;