mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +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,7 +1,7 @@
|
|||
import { numberDeclension } from "@/app/api/utils";
|
||||
import { numberDeclension } from "#/api/utils";
|
||||
import Link from "next/link";
|
||||
|
||||
export const RelatedSection = (props) => {
|
||||
export const RelatedSection = (props: any) => {
|
||||
const declension = numberDeclension(
|
||||
props.release_count,
|
||||
"релиз",
|
Loading…
Add table
Add a link
Reference in a new issue