From d0d223f7ade6e636d78a055b553895353f079be3 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Mon, 3 Oct 2022 22:21:56 +0000 Subject: [PATCH] Auto-prettification --- web/components/contract/contract-details.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/components/contract/contract-details.tsx b/web/components/contract/contract-details.tsx index 2c0d4522..4669fec2 100644 --- a/web/components/contract/contract-details.tsx +++ b/web/components/contract/contract-details.tsx @@ -1,5 +1,9 @@ import { ClockIcon } from '@heroicons/react/outline' -import { ExclamationIcon, PencilIcon, PlusCircleIcon } from '@heroicons/react/solid' +import { + ExclamationIcon, + PencilIcon, + PlusCircleIcon, +} from '@heroicons/react/solid' import clsx from 'clsx' import { Editor } from '@tiptap/react' import dayjs from 'dayjs'