feat: implement Landingpage component and update Layout to conditionally render it
This commit is contained in:
@@ -4,9 +4,7 @@ import Layout from "./Layout/Layout";
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<Layout>
|
||||
<p></p>
|
||||
</Layout>
|
||||
<Layout />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user