More questions

This commit is contained in:
Belen Curcio
2017-07-06 13:09:43 -03:00
parent 60608af8b2
commit 99425e89ca
7 changed files with 94 additions and 5 deletions
@@ -0,0 +1,15 @@
import React from 'react';
import {Icon} from 'plugin-api/beta/client/components/ui';
class MyPluginComponent extends React.Component {
render() {
return (
<div>
<CoralLogo />
Plugin Created by Talk CLI
</div>
);
}
}
export default MyPluginComponent;