Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Aug 5, 2024
1 parent ca7c477 commit b158306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function PageToolbar() {
);
}

export default function pageContainerBasic(props) {
export default function PageContainerBasic(props) {
const { window } = props;
const router = useDemoRouter('/orders');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function PageToolbar() {
);
}

export default function pageContainerBasic(props: any) {
export default function PageContainerBasic(props: any) {
const { window } = props;
const router = useDemoRouter('/orders');

Expand Down

0 comments on commit b158306

Please sign in to comment.