We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5d58f commit c2f76e4Copy full SHA for c2f76e4
site/src/components/Collapsible/Collapsible.stories.tsx
@@ -1,11 +1,11 @@
1
import type { Meta, StoryObj } from "@storybook/react";
2
+import { Button } from "components/Button/Button";
3
+import { ChevronsUpDown } from "lucide-react";
4
import {
5
Collapsible,
6
CollapsibleContent,
7
CollapsibleTrigger,
8
} from "./Collapsible";
-import { ChevronsUpDown } from "lucide-react";
-import { Button } from "components/Button/Button";
9
10
const meta: Meta<typeof Collapsible> = {
11
title: "components/Collapsible",
0 commit comments