11 lines
199 B
Handlebars
11 lines
199 B
Handlebars
import { InputParameters, Outputs } from '../common/components';
|
|
|
|
export function {{PASCAL_NAME_PLACE_HOLDER}}Content() {
|
|
return (
|
|
<>
|
|
<InputParameters />
|
|
<Outputs />
|
|
</>
|
|
);
|
|
}
|