Skip to content

Commit 5837c28

Browse files
committed
Fix import
1 parent 32263f5 commit 5837c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/PaginationWidget/PaginationWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import KeyboardArrowRight from "@material-ui/icons/KeyboardArrowRight"
66
import { ChooseOne, Cond } from "components/Conditionals/ChooseOne"
77
import { Maybe } from "components/Conditionals/Maybe"
88
import { CSSProperties } from "react"
9+
import { PageButton } from "./PageButton"
910

1011
export type PaginationWidgetProps = {
1112
prevLabel: string

0 commit comments

Comments
 (0)