Skip to content

Commit e1b80be

Browse files
committed
fix(*): update imports
1 parent f12d2d6 commit e1b80be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/hooks/useConfigs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
import {
1818
CACHE_MAX_AGE_MS,
1919
CACHE_INVALIDATED_EVENT,
20-
PAGE_SIZE,
20+
DEFAULT_PAGE_LIMIT as PAGE_SIZE,
2121
} from "@/app/lib/constants";
2222
import {
2323
configState,

0 commit comments

Comments
 (0)