mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add favorites page
This commit is contained in:
parent
484148ada6
commit
28efc5a98c
10 changed files with 177 additions and 36 deletions
9
app/favorites/page.js
Normal file
9
app/favorites/page.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
export const metadata = {
|
||||
title: "Избранное",
|
||||
};
|
||||
|
||||
import { FavoritesPage } from "@/app/pages/Favorites";
|
||||
|
||||
export default function Index() {
|
||||
return <FavoritesPage />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue