diff --git a/web/pages/home/index.tsx b/web/pages/home/index.tsx index 386e6eda..2330e17b 100644 --- a/web/pages/home/index.tsx +++ b/web/pages/home/index.tsx @@ -59,7 +59,6 @@ import { PostCard } from 'web/components/post-card' import { getContractFromId } from 'web/lib/firebase/contracts' import { ContractCard } from 'web/components/contract/contract-card' import { Post } from 'common/post' -import { isAdmin } from 'common/envs/constants' import { useAllPosts } from 'web/hooks/use-post' import { useGlobalConfig } from 'web/hooks/use-global-config' import { useAdmin } from 'web/hooks/use-admin'