Skip to content

Commit 28dee09

Browse files
committed
feat: limpa codigo antigo
1 parent ad76e71 commit 28dee09

40 files changed

Lines changed: 3 additions & 42 deletions

frontend/ARCHITECTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ The frontend is organized around domain boundaries instead of technical file typ
1717
- `jobs`: job entities, filtering/deduplication/pagination rules, scraper/job API access, dashboard UI.
1818
- `marketing`: public landing page sections.
1919

20-
## Compatibility
20+
## Import policy
2121

22-
Legacy paths such as `@/components`, `@/hooks`, `@/services`, `@/types`, and `@/pages` are kept as thin re-export shims. New code should import from `@/app`, `@/domains`, or `@/shared`.
22+
Code should import from `@/app`, `@/domains`, or `@/shared`. Legacy technical folders such as `src/components`, `src/pages`, `src/hooks`, `src/services`, `src/context`, `src/lib`, and `src/types` were removed to keep a single domain-oriented structure.

frontend/src/App.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/src/Loading.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/src/components/JobsFiltersCard.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/src/components/JobsHeaderCard.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/src/components/JobsTableCard.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/src/components/KeywordsModal.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/src/components/landing/CTASection.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/src/components/landing/FeaturesSection.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/src/components/landing/Footer.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)