Skip to content

chore: remove orphaned app/components/landing duplicates (#286)#423

Open
jd5073356-max wants to merge 1 commit into
Grainlify:mainfrom
jd5073356-max:chore/remove-app-landing-dup
Open

chore: remove orphaned app/components/landing duplicates (#286)#423
jd5073356-max wants to merge 1 commit into
Grainlify:mainfrom
jd5073356-max:chore/remove-app-landing-dup

Conversation

@jd5073356-max

Copy link
Copy Markdown

Removes the orphaned src/app/components/landing/Hero.tsx and Navbar.tsx — zero importers (the live ones are in src/features/landing).

Verification:

  • typecheck: OK
  • build: OK
  • tests of features/landing: green (2 pre-existing failures in App.test.tsx unrelated to this change)

Closes #286

src/app/components/landing/Hero.tsx and Navbar.tsx were unreferenced
scaffolding. The live landing UI lives in src/features/landing (imported
by App.tsx as `../features/landing`, and it has its own Navbar test).

Verified there are no importers:
  grep -rn "app/components/landing" src  -> no matches

typecheck and build pass, and the src/features/landing tests stay green
after removal.

Closes Grainlify#286
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.

Remove or wire up the unused src/app/components/landing Hero and Navbar duplicates

1 participant