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'