mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
const React = require('react');
|
|
|
|
module.exports = () => {
|
|
return (<div></div>);
|
|
};
|