diff --git a/@/components/ui/dropdown-menu.stories.tsx b/@/components/ui/dropdown-menu.stories.tsx index 16f21cc..a326033 100644 --- a/@/components/ui/dropdown-menu.stories.tsx +++ b/@/components/ui/dropdown-menu.stories.tsx @@ -10,7 +10,13 @@ type DummyComponentProps = { const DummyComponent: FC = ({ variant }) => { return ( -
+
"this is a test: {variant ?? "0002.2 (first change one more time)"}"
);