Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JeetuSuthar committed Nov 19, 2024
2 parents bd365f2 + a05e12a commit 2f33ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useEffect } from 'react';
import React, { useState, useEffect } from 'react';
import { BrowserRouter as Router, Route, Routes, Navigate } from 'react-router-dom';
import Navbar from './components/Navbar';
import Home from './components/Home';
Expand Down

0 comments on commit 2f33ef9

Please sign in to comment.