mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 09:29:41 +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
|
@ -1,4 +1,4 @@
|
|||
import { BookmarksCategoryPage } from "@/app/pages/BookmarksCategory";
|
||||
import { BookmarksCategoryPage } from "#/pages/BookmarksCategory";
|
||||
|
||||
const SectionTitleMapping = {
|
||||
watching: "Смотрю",
|
|
@ -2,7 +2,7 @@ export const metadata = {
|
|||
title: "Закладки",
|
||||
};
|
||||
|
||||
import { BookmarksPage } from "@/app/pages/Bookmarks";
|
||||
import { BookmarksPage } from "#/pages/Bookmarks";
|
||||
|
||||
export default function Index() {
|
||||
return <BookmarksPage />;
|
Loading…
Add table
Add a link
Reference in a new issue