p-stream/src/components/player/atoms/pause.tsx
mrjvs ba25c18390 move video to old and setup new video structure
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-07-23 15:00:08 +02:00

3 lines
63 B
TypeScript

export function Pause() {
return <button type="button" />;
}