mirror of
https://github.com/wassname/talk.git
synced 2026-08-06 13:41:02 +08:00
More questions
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user