classify web
This commit is contained in:
9
app/favorites/page.jsx
Normal file
9
app/favorites/page.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import ProfileDashboard from "@/components/PagesComponent/ProfileDashboard/ProfileDashboard"
|
||||
|
||||
export default function FavoritesPage() {
|
||||
return (
|
||||
<>
|
||||
<ProfileDashboard />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user