From 44102da620f72e6cdcb3ab73f9836752001b18d8 Mon Sep 17 00:00:00 2001 From: Jason Santos Date: Thu, 4 Jan 2024 12:38:19 -0500 Subject: [PATCH] second change --- @/components/ui/dropdown-menu.stories.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)"}"
);