Skip to content

Commit

Permalink
Fix esling issue, Header not used
Browse files Browse the repository at this point in the history
  • Loading branch information
binamkayastha committed Jul 6, 2024
1 parent b670575 commit a6a8ed6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nepalingo-web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
} from "react-router-dom";
import User_auth from "./components/userAuth/UserAuth";
import Home from "./pages/Home/Home";
import Header from "./components/Header";
import supabase from "./components/userAuth/supabaseClient";

const App: React.FC = () => {
Expand Down

0 comments on commit a6a8ed6

Please sign in to comment.