fix(ui): sort Lighthouse composer imports

This commit is contained in:
alejandrobailo
2026-07-02 17:33:13 +02:00
parent 9340f6cb85
commit cabf91616c
@@ -2,7 +2,7 @@
import { CornerDownLeft, Settings, TriangleAlert } from "lucide-react";
import Link from "next/link";
import { useRef, type ReactNode, type SubmitEvent } from "react";
import { type ReactNode, type SubmitEvent, useRef } from "react";
import { Alert, AlertDescription } from "@/components/shadcn/alert";
import { Button } from "@/components/shadcn/button/button";