11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
import { InputParameters, Outputs } from '../common/components';
|
|
|
|
export function <%= it.PASCAL_NAME_PLACE_HOLDER %>Content() {
|
|
return (
|
|
<>
|
|
<InputParameters />
|
|
<Outputs />
|
|
</>
|
|
);
|
|
}
|