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

export const $Story = (value: string) => $Label('story', value);
