]> git.localhorst.tv Git - alttp.git/blob - resources/js/components/twitch-bot/Controls.js
all the...small things
[alttp.git] / resources / js / components / twitch-bot / Controls.js
1 import React from 'react';
2
3 const Controls = () => {
4         return <div />;
5 };
6
7 export default Controls;