import { $Label } from './$Label';

export const $SubSuite = (value: string) => $Label('subSuite', value);
