Skip to content

Commit

Permalink
rename StatisticTable folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelemarre committed Jul 3, 2024
1 parent f889da0 commit c01d60e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapp/pages/dashboard/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
FilterType,
StatisticTable,
TableColumn,
} from "../../components/table/performance-overview-table/StatisticTable";
} from "../../components/table/statistic-table/StatisticTable";

export const DashboardPage: React.FC = React.memo(() => {
// TODO remove harcoded data
Expand Down

0 comments on commit c01d60e

Please sign in to comment.