joyent-portal/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
};