mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-28 15:49:36 +05:00
feat: add history api and page
This commit is contained in:
parent
e73b214045
commit
eb620c0b1d
5 changed files with 186 additions and 22 deletions
app/history
9
app/history/page.js
Normal file
9
app/history/page.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
export const metadata = {
|
||||
title: "История",
|
||||
};
|
||||
|
||||
import { HistoryPage } from "@/app/pages/History";
|
||||
|
||||
export default function Index() {
|
||||
return <HistoryPage />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue