chore(cleanup): remove dead code and legacy top-estabelecimentos route

This commit is contained in:
Felipe Coutinho
2026-03-02 17:20:46 +00:00
parent 2a21bef2da
commit bff72d0504
15 changed files with 23 additions and 471 deletions

View File

@@ -1,13 +0,0 @@
export { CategoryCell } from "./category-cell";
export { CategoryReportCards } from "./category-report-cards";
export { CategoryReportChart } from "./category-report-chart";
export { CategoryReportExport } from "./category-report-export";
export { CategoryReportFilters } from "./category-report-filters";
export { CategoryReportPage } from "./category-report-page";
export { CategoryReportTable } from "./category-report-table";
export { CategoryTable } from "./category-table";
export type {
CategoryOption,
CategoryReportFiltersProps,
FilterState,
} from "./types";