refactor(header): update import style for RunCode component

This commit is contained in:
cfngc4594 2025-03-20 15:51:59 +08:00
parent bb8d893419
commit 91d9344bc9

View File

@ -1,5 +1,5 @@
import { cn } from "@/lib/utils"; import { cn } from "@/lib/utils";
import RunCode from "@/components/run-code"; import { RunCode } from "@/components/run-code";
import BackButton from "@/components/back-button"; import BackButton from "@/components/back-button";
import { AvatarButton } from "@/components/avatar-button"; import { AvatarButton } from "@/components/avatar-button";