Skip to content

Commit eb7652c

Browse files
committed
Fix a formatting issue
1 parent c2334c0 commit eb7652c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/tutorial/TutorialWindow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
useRef,
1010
useState,
1111
} from "react";
12+
import { toast } from "sonner";
1213
import { steps as articles } from "@/data/tutorial";
1314
import { useScrollShadow } from "@/hooks/use-scroll-shadow";
1415
import { cn } from "@/lib/utils";
@@ -21,7 +22,6 @@ import { Button } from "../ui/button";
2122
import { ScrollArea } from "../ui/scroll-area";
2223
import { ScrollShadow } from "../ui/scroll-shadow";
2324
import { TutorialTableOfContents } from "./TutorialTableOfContents";
24-
import { toast } from "sonner";
2525

2626
function CopyArticleLinkButton({ activeStep }: { activeStep: string | null }) {
2727
const [copied, setCopied] = useState(false);

0 commit comments

Comments
 (0)