Skip to content

Commit

Permalink
Issue 105: remove import of another branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SimerdeepSinghGrewal committed Jul 27, 2024
1 parent 753e32a commit f166203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import SetNewPasswordPage from "./scenes/login/SetNewPassword";
import Private from "./components/Private";
import { useAuth } from "./services/authProvider";
import ProgressStepsMain from "./scenes/progressSteps/ProgressStepsMain";
import ProductTour from "./scenes/productTour/ProductTour";

function App() {
const { isLoggedIn } = useAuth();
Expand Down

0 comments on commit f166203

Please sign in to comment.