Skip to content

chore(cleanup): delete dead wizard/branding scaffolding#42

Open
abdout wants to merge 1 commit into
mainfrom
chore/delete-dead-wizard-branding
Open

chore(cleanup): delete dead wizard/branding scaffolding#42
abdout wants to merge 1 commit into
mainfrom
chore/delete-dead-wizard-branding

Conversation

@abdout
Copy link
Copy Markdown
Contributor

@abdout abdout commented Apr 25, 2026

Summary

  • `src/components/wizard/branding/` is an 8-file orphan module with zero callers anywhere. Imports from non-existent `@/components/onboarding/*` paths — clone artifact from a different project.
  • Deletes the directory. Clears 2 Class 1 TS errors.

Changes

Deleted: `src/components/wizard/branding/{actions.ts, card.tsx, constants.ts, content.tsx, form.tsx, types.ts, use-branding.tsx, validation.ts}`

Test plan

  • `grep -r 'wizard/branding\|BrandingContent\|brandingSchema' src/` returns nothing
  • `pnpm build` succeeds
  • `pnpm tsc --noEmit` shows ~2 fewer errors

If you change your mind

`git revert` brings the directory back. The 2 broken imports it relies on (`@/components/onboarding/use-listing`, `host-validation-context`) would still need to be created though.

Closes #41

🤖 Generated with Claude Code

8-file orphan module (BrandingContent, updateBranding, brandingSchema,
etc.) with zero callers across the repo. Imports from non-existent
@/components/onboarding/* modules — clone artifact from a different
project.

Deleting clears 2 Class 1 audit errors. Restorable from git history
if a branding wizard is ever needed.

Closes #41

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marketing Error Error Apr 25, 2026 3:48pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(cleanup): delete dead wizard/branding scaffolding

1 participant