Starter: ok these need to be loose too

This commit is contained in:
Eric Bailey
2025-01-08 09:24:33 -06:00
parent 5641308099
commit 18e329c2af
5 changed files with 12 additions and 12 deletions
@@ -22,6 +22,7 @@ import {Button, ButtonText} from '#/components/Button'
import * as Toggle from '#/components/forms/Toggle'
import {Checkbox} from '#/components/forms/Toggle'
import {Text} from '#/components/Typography'
import * as atp from '#/types/atproto'
function WizardListCard({
type,
@@ -123,7 +124,7 @@ export function WizardProfileCard({
btnType: 'checkbox' | 'remove'
state: WizardState
dispatch: (action: WizardAction) => void
profile: AppBskyActorDefs.ProfileViewBasic
profile: atp.profile.AnyProfileView
moderationOpts: ModerationOpts
}) {
const {currentAccount} = useSession()