mirror of
https://github.com/Radiquum/AniX.git
synced 2025-06-02 18:19:37 +05:00
Merge remote-tracking branch 'origin/feat_player'
This commit is contained in:
parent
bb437fe7ca
commit
25e31a7799
62 changed files with 1508 additions and 701 deletions
app
9
app/page.tsx
Normal file
9
app/page.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
export const metadata = {
|
||||
title: "AniX | Домашняя",
|
||||
};
|
||||
|
||||
import { IndexPage } from "./pages/Index";
|
||||
|
||||
export default function Index() {
|
||||
return <IndexPage />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue