Skip to content

Commit c2f76e4

Browse files
committed
Run make fmt
1 parent 1e5d58f commit c2f76e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/Collapsible/Collapsible.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import type { Meta, StoryObj } from "@storybook/react";
2+
import { Button } from "components/Button/Button";
3+
import { ChevronsUpDown } from "lucide-react";
24
import {
35
Collapsible,
46
CollapsibleContent,
57
CollapsibleTrigger,
68
} from "./Collapsible";
7-
import { ChevronsUpDown } from "lucide-react";
8-
import { Button } from "components/Button/Button";
99

1010
const meta: Meta<typeof Collapsible> = {
1111
title: "components/Collapsible",

0 commit comments

Comments
 (0)