import React from 'react' import TitleAndSubCell from 'components/TitleAndSubCell' interface Props { strategy: HLSStrategy } export default function Name(props: Props) { return (
) }