Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Sep 16, 2024
1 parent 7923f67 commit a52686b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ui/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import * as React from 'react';

const Pagination = ({ className, ...props }: React.ComponentProps<'nav'>) => (
<nav
role='navigation'
aria-label='pagination'
className={cx('mx-auto flex w-full justify-center', className)}
{...props}
Expand Down

0 comments on commit a52686b

Please sign in to comment.