diff --git a/web/components/onboarding/group-selector-dialog.tsx b/web/components/onboarding/group-selector-dialog.tsx index e109e356..0a246403 100644 --- a/web/components/onboarding/group-selector-dialog.tsx +++ b/web/components/onboarding/group-selector-dialog.tsx @@ -10,6 +10,8 @@ import { Modal } from 'web/components/layout/modal' import { PillButton } from 'web/components/buttons/pill-button' import { Button } from 'web/components/button' import { Group } from 'common/group' +import { LoadingIndicator } from '../loading-indicator' +import { withTracking } from 'web/lib/service/analytics' export default function GroupSelectorDialog(props: { open: boolean @@ -65,20 +67,26 @@ export default function GroupSelectorDialog(props: {