Files
2026-07-13 13:24:55 +08:00

11 lines
205 B
Plaintext

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