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