diff --git a/src/components/DocumentList.tsx b/src/components/DocumentList.tsx index 18335be..caba9b9 100644 --- a/src/components/DocumentList.tsx +++ b/src/components/DocumentList.tsx @@ -1,13 +1,12 @@ +import * as Icons from "@/components/Icons.tsx"; import type { AnyDocument, DocumentId } from "@/lib/types"; import { Dialog, DialogPanel, - DialogTitle, Transition, TransitionChild, } from "@headlessui/react"; import { Fragment, useCallback, useState } from "react"; -import * as Icons from "@/components/Icons.tsx"; type Props = { title: React.ReactNode; @@ -75,13 +74,13 @@ export function DocumentList({ {error && (
{error}
)} -