Skip to content

Commit 0f306d3

Browse files
committed
Fix missing semicolon in import statement for tableSlice
1 parent ccf26d2 commit 0f306d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/Stats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
removeTextFilter,
1111
} from "../../slices/tableFilterSlice";
1212
import { loadEventsIntoTable } from "../../thunks/tableThunks";
13-
import { setOffset, setPageActive } from "../../slices/tableSlice"
13+
import { setOffset, setPageActive } from "../../slices/tableSlice";
1414
import { useAppDispatch, useAppSelector } from "../../store";
1515
import { fetchEvents } from "../../slices/eventSlice";
1616
import { ParseKeys } from "i18next";

0 commit comments

Comments
 (0)