Skip to content

Commit d33e216

Browse files
committed
feat: pagination styling
1 parent a28685d commit d33e216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/Pagination/Pagination.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
2+
import './Pagination.css';
33

44
export default function Pagination({ currentPage, totalItems = 0, itemsPerPage, onPageChange }) {
55
// Calculate the total number of pages

0 commit comments

Comments
 (0)