aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/GroupedTable.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/GroupedTable.tsx')
-rw-r--r--src/frontend/app/components/GroupedTable.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/GroupedTable.tsx b/src/frontend/app/components/GroupedTable.tsx
index 3a799a7..175899a 100644
--- a/src/frontend/app/components/GroupedTable.tsx
+++ b/src/frontend/app/components/GroupedTable.tsx
@@ -1,6 +1,6 @@
+import { type RegionConfig } from "../config/RegionConfig";
import { type Estimate } from "../routes/estimates-$id";
import LineIcon from "./LineIcon";
-import { type RegionConfig } from "../data/RegionConfig";
interface GroupedTable {
data: Estimate[];