X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=resources%2Fjs%2Fcomponents%2Ftwitch-bot%2FControls.js;fp=resources%2Fjs%2Fcomponents%2Ftwitch-bot%2FControls.js;h=158fb7c7ab5d8a58df9972e19f4162e1c8b5762b;hb=3b545fa995c34c0ab8270ae495fedc24ddc2fe4d;hp=0000000000000000000000000000000000000000;hpb=212561cf1c6724b52c490104f5a2b4c3418b1c62;p=alttp.git diff --git a/resources/js/components/twitch-bot/Controls.js b/resources/js/components/twitch-bot/Controls.js new file mode 100644 index 0000000..158fb7c --- /dev/null +++ b/resources/js/components/twitch-bot/Controls.js @@ -0,0 +1,7 @@ +import React from 'react'; + +const Controls = () => { + return
; +}; + +export default Controls;