mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
refactor: changed settings modal flow
This commit is contained in:
parent
046ef3a9a4
commit
0c6c990c67
3 changed files with 97 additions and 30 deletions
9
app/components/ReleasePlayer/ReleasePlayerCustom.tsx
Normal file
9
app/components/ReleasePlayer/ReleasePlayerCustom.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { Card } from "flowbite-react";
|
||||
|
||||
export const ReleasePlayerCustom = (props: { id: number }) => {
|
||||
return (
|
||||
<Card>
|
||||
<p>ReleasePlayerCustom</p>
|
||||
</Card>
|
||||
);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue