Updated the Home.jsx
This commit is contained in:
parent
84dfed83ef
commit
354b43f460
@ -1,7 +1,10 @@
|
|||||||
|
import PageTitle from "@/common/components/PageTitle";
|
||||||
|
import "./styles.sass";
|
||||||
|
|
||||||
export const Home = () => {
|
export const Home = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<div className="home-page">
|
||||||
<h1 style={{color: "#FFFFFF"}}>Home</h1>
|
<PageTitle />
|
||||||
</>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user