We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32263f5 commit 5837c28Copy full SHA for 5837c28
site/src/components/PaginationWidget/PaginationWidget.tsx
@@ -6,6 +6,7 @@ import KeyboardArrowRight from "@material-ui/icons/KeyboardArrowRight"
6
import { ChooseOne, Cond } from "components/Conditionals/ChooseOne"
7
import { Maybe } from "components/Conditionals/Maybe"
8
import { CSSProperties } from "react"
9
+import { PageButton } from "./PageButton"
10
11
export type PaginationWidgetProps = {
12
prevLabel: string
0 commit comments