Manage Profile Pages
This commit is contained in:
6
client/src/pages/profile/profile.container.page.jsx
Normal file
6
client/src/pages/profile/profile.container.page.jsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from "react";
|
||||
import ProfilePage from "./profile.page";
|
||||
|
||||
export default function ProfileContainerPage() {
|
||||
return <ProfilePage />;
|
||||
}
|
||||
Reference in New Issue
Block a user