mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-07 15:03:53 +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
4
app/login/page.tsx
Normal file
4
app/login/page.tsx
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { LoginPage } from "#/pages/Login";
|
||||
export default function Login() {
|
||||
return <LoginPage />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue