Remove Header component from ProtectedRoute in App.jsx

This commit is contained in:
ishikabhoyar
2025-10-28 14:14:44 +05:30
parent 453f44a43a
commit 304761e258
2 changed files with 1 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ function App() {
path="/editor"
element={
<ProtectedRoute>
<Header />
{/* <Header /> */}
<CodeChallenge />
<footer className="footer-bar fixed bottom-0 left-0 right-0 border-t border-slate-200/40 dark:border-gray-800/20 bg-black">
<div className="flex items-center justify-center h-7">