diff --git a/packages/design-system/molecules/server-utilities/ServerUtilities.tsx b/packages/design-system/molecules/server-utilities/ServerUtilities.tsx index a8719ad..f3f105b 100644 --- a/packages/design-system/molecules/server-utilities/ServerUtilities.tsx +++ b/packages/design-system/molecules/server-utilities/ServerUtilities.tsx @@ -4,9 +4,8 @@ import { MainSide, Title, } from '@roleypoly/design-system/molecules/server-utilities/ServerUtilities.styled'; -import { hasFeature } from '@roleypoly/misc-utils/hasFeature'; -import { Features, GuildData } from '@roleypoly/types'; -import { GoArchive, GoChevronRight, GoReport, GoShield } from 'react-icons/go'; +import { GuildData } from '@roleypoly/types'; +import { GoChevronRight } from 'react-icons/go'; type Props = { guildData: GuildData; @@ -30,7 +29,7 @@ const Utility = (props: { export const ServerUtilities = (props: Props) => (