mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 22:20:06 +02:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
|
const React = require('react');
|
||
|
|
||
|
module.exports = () => (
|
||
|
<p>activity-feed</p>
|
||
|
);
|