add prettier code formater
This commit is contained in:
@@ -3,13 +3,13 @@ import { Navbar } from "@/components/Navbar";
|
||||
import { Footer } from "@/components/Footer";
|
||||
|
||||
export default function Root() {
|
||||
return (
|
||||
<>
|
||||
<Navbar />
|
||||
<main style={{display: "flex", justifyContent: "center"}}>
|
||||
<Outlet />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
return (
|
||||
<>
|
||||
<Navbar />
|
||||
<main style={{ display: "flex", justifyContent: "center" }}>
|
||||
<Outlet />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user