diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 4d22da23..ff0cd993 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1,26 +1,24 @@ // src/App.js -import './App.css'; -import Navbar from '../src/components/Shared/Navbar'; -import Footer from "../src/components/Shared/Footer" -import { Outlet } from 'react-router-dom'; +import "./App.css"; +import Navbar from "../src/components/Shared/Navbar"; +import Footer from "../src/components/Shared/Footer"; +import { Outlet } from "react-router-dom"; -import {KindeProvider} from "@kinde-oss/kinde-auth-react"; +import { KindeProvider } from "@kinde-oss/kinde-auth-react"; function App() { return ( - - -