Integrated the Home page to the App.jsx
This commit is contained in:
parent
406b309255
commit
0493906c78
@ -1,7 +1,9 @@
|
|||||||
|
import Home from "./pages/Home";
|
||||||
|
|
||||||
const App = () => {
|
const App = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<Home />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user