1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 22:03:54 +03:00
copilot/ui/docs/containers/home.js

6 lines
81 B
JavaScript
Raw Normal View History

2016-10-25 16:01:42 +03:00
const React = require('react');
module.exports = () => {
2016-10-25 22:15:33 +03:00
return (<div />);
2016-10-25 16:01:42 +03:00
};