Add placeholder components to be worked on
This commit is contained in:
9
web/components/video/StatusBar.jsx
Normal file
9
web/components/video/StatusBar.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
interface Props {
|
||||
online: boolean;
|
||||
viewers: number;
|
||||
timer: string;
|
||||
}
|
||||
|
||||
export default function StatusBar(props: Props) {
|
||||
return <div>Stream status bar goes here</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user