From 86c256cbf7ba9cbc0c797b6496a0c6c1ccaa56c8 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Mon, 11 Jul 2022 08:01:26 -0600 Subject: [PATCH] Unused var --- web/pages/notifications.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 362ed433..8cdd2cb1 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -10,7 +10,6 @@ import { doc, updateDoc } from 'firebase/firestore' import { db } from 'web/lib/firebase/init' import { UserLink } from 'web/components/user-page' import { notification_subscribe_types, PrivateUser } from 'common/user' -import { Contract } from 'common/contract' import { ChoicesToggleGroup } from 'web/components/choices-toggle-group' import { listenForPrivateUser, updatePrivateUser } from 'web/lib/firebase/users' import { LoadingIndicator } from 'web/components/loading-indicator'