pages
This commit is contained in:
@@ -3,7 +3,7 @@ import Content from "../Content";
|
||||
|
||||
const Profile = ({ selected }) => {
|
||||
return (
|
||||
<Content visible={selected}>
|
||||
<Content visible={selected} className="p-4">
|
||||
<h2>Profile</h2>
|
||||
</Content>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user