mirror of
https://github.com/sussy-code/smov.git
synced 2026-05-11 12:30:32 +00:00
9 lines
166 B
TypeScript
9 lines
166 B
TypeScript
import { Player } from "@/components/player";
|
|
|
|
export function PlayerView() {
|
|
return (
|
|
<Player.Container>
|
|
<Player.Pause />
|
|
</Player.Container>
|
|
);
|
|
}
|