chore: fix lint

This commit is contained in:
Scott Wilson
2025-08-29 13:49:08 -07:00
parent abb577e4e9
commit 1147cfcea4

View File

@@ -1,5 +1,12 @@
import { subject } from "@casl/ability";
import { faClose, faEdit, faFolder, faInfoCircle, faPencilSquare, faTrash } from "@fortawesome/free-solid-svg-icons";
import {
faClose,
faEdit,
faFolder,
faInfoCircle,
faPencilSquare,
faTrash
} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { useNavigate, useSearch } from "@tanstack/react-router";
import { twMerge } from "tailwind-merge";