first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import React from "react";
|
||||
import UserProfile from "../components/AuthPages/UserProfile";
|
||||
|
||||
export default function UserProfilePage() {
|
||||
return <UserProfile />;
|
||||
}
|
||||
Reference in New Issue
Block a user