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

export const $Epic = (value: string) => $Label('epic', value);
