mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add missing import

+1 -1
+1 -1
src/screens/StarterPack/Wizard/index.tsx
··· 52 52 import {StepFeeds} from '#/screens/StarterPack/Wizard/StepFeeds' 53 53 import {StepProfiles} from '#/screens/StarterPack/Wizard/StepProfiles' 54 54 import {atoms as a, useTheme, web} from '#/alf' 55 - import {Button, ButtonText} from '#/components/Button' 55 + import {Button, ButtonIcon, ButtonText} from '#/components/Button' 56 56 import {useDialogControl} from '#/components/Dialog' 57 57 import * as Layout from '#/components/Layout' 58 58 import {ListMaybePlaceholder} from '#/components/Lists'