mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
Add placeholder components to be worked on
This commit is contained in:
5
web/components/chat/ChatTextField.tsx
Normal file
5
web/components/chat/ChatTextField.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
interface Props {}
|
||||
|
||||
export default function ChatTextField(props: Props) {
|
||||
return <div>Component goes here</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user