0
owncast/web/components/chat/ChatTextField.tsx
2022-04-27 23:19:45 -07:00

6 lines
117 B
TypeScript

interface Props {}
export default function ChatTextField(props: Props) {
return <div>Component goes here</div>;
}