]> git.localhorst.tv Git - alttp.git/blob - Controls.js
158fb7c7ab5d8a58df9972e19f4162e1c8b5762b
[alttp.git] / Controls.js
1 import React from 'react';
2
3 const Controls = () => {
4         return <div />;
5 };
6
7 export default Controls;