mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
anix/feat: add discovery filter page
This commit is contained in:
parent
0f1c61b765
commit
09ddb71e15
4 changed files with 170 additions and 3 deletions
12
app/discovery/filter/page.tsx
Normal file
12
app/discovery/filter/page.tsx
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { DiscoverFilterPage } from "#/pages/DiscoverFilter";
|
||||
|
||||
export const metadata = {
|
||||
title: "Фильтр",
|
||||
description: "Поиск по фильтру",
|
||||
};
|
||||
|
||||
export const dynamic = "force-static";
|
||||
|
||||
export default function Discover() {
|
||||
return <DiscoverFilterPage />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue