]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/twitch-bot/Controls.js
all the...small things
[alttp.git] / resources / js / components / twitch-bot / Controls.js
diff --git a/resources/js/components/twitch-bot/Controls.js b/resources/js/components/twitch-bot/Controls.js
new file mode 100644 (file)
index 0000000..158fb7c
--- /dev/null
@@ -0,0 +1,7 @@
+import React from 'react';
+
+const Controls = () => {
+       return <div />;
+};
+
+export default Controls;