Added new pages to dashboard
This commit was merged in pull request #30.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import { DashboardProfile } from "../components";
|
||||
|
||||
export default function DashboardProfilePage() {
|
||||
return (
|
||||
<div>DashboardProfile</div>
|
||||
)
|
||||
<>
|
||||
<DashboardProfile />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user