refactor: format

This commit is contained in:
tzhangchi
2022-12-24 23:43:02 +08:00
parent ca45b0c3a3
commit ea0280fc91
@@ -11,9 +11,7 @@ import { Tooltip } from '@/ui/tooltip';
import { useModal } from '@/providers/global-modal-provider';
import { useTheme } from '@/providers/themeProvider';
import useCurrentPageMeta from '@/hooks/use-current-page-meta';
export type IslandItemNames = 'contact' | 'shortcuts';
export const HelpIsland = ({
showList = ['contact', 'shortcuts'],
}: {