parent
a1cf2caff2
commit
a6a28dde7c
@ -0,0 +1 @@ |
||||
export * from './lib/solidity-uml-gen' |
@ -0,0 +1,15 @@ |
||||
|
||||
export interface RemixUiSolidityUmlGenProps { |
||||
plugin: any |
||||
} |
||||
|
||||
function RemixUiSolidityUmlGen ({ plugin }: RemixUiSolidityUmlGenProps) { |
||||
|
||||
return ( |
||||
<div> |
||||
<h1>Solidity 2 UML Generator View!</h1> |
||||
</div> |
||||
) |
||||
} |
||||
|
||||
export default RemixUiSolidityUmlGen |
Loading…
Reference in new issue