From bacd546e5d27863e460348c6ca3a504a1f6fef6d Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Tue, 19 Jul 2022 20:10:54 -0700 Subject: [PATCH] Fix unused import from Ian's code --- web/pages/notifications.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index d011e757..3db345ef 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -16,7 +16,6 @@ import { User, } from 'common/user' import { getUser } from 'web/lib/firebase/users' -import { LoadingIndicator } from 'web/components/loading-indicator' import clsx from 'clsx' import { RelativeTimestamp } from 'web/components/relative-timestamp' import { Linkify } from 'web/components/linkify'