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 cf89b9b commit edc0de9Copy full SHA for edc0de9
site/src/components/PaginationWidget/PageButton.tsx renamed to site/src/components/PaginationWidget/PageButtons.tsx
site/src/components/PaginationWidget/PaginationWidgetBase.tsx
@@ -4,7 +4,7 @@ import useMediaQuery from "@mui/material/useMediaQuery";
4
import KeyboardArrowLeft from "@mui/icons-material/KeyboardArrowLeft";
5
import KeyboardArrowRight from "@mui/icons-material/KeyboardArrowRight";
6
import { useTheme } from "@emotion/react";
7
-import { PlaceholderPageButton, NumberedPageButton } from "./PageButton";
+import { PlaceholderPageButton, NumberedPageButton } from "./PageButtons";
8
import { buildPagedList } from "./utils";
9
10
export type PaginationWidgetBaseProps = {
0 commit comments