diff --git a/src/shared/components/pagination/pagination.tsx b/src/shared/components/pagination/pagination.tsx index 9f10c6e7a..e5d40898c 100644 --- a/src/shared/components/pagination/pagination.tsx +++ b/src/shared/components/pagination/pagination.tsx @@ -8,6 +8,7 @@ import { useRef } from 'react'; import styles from './pagination.module.css'; import { Icon } from '/@/shared/components/icon/icon'; +import { Separator } from '/@/shared/components/separator/separator'; import { Text } from '/@/shared/components/text/text'; import { useContainerQuery } from '/@/shared/hooks/use-container-query'; @@ -64,7 +65,7 @@ export const Pagination = ({ /> {containerQuery.isSm && totalItemCount && ( - {currentPageStartIndex} - {currentPageEndIndex} of {totalItemCount} + {currentPageStartIndex} - {currentPageEndIndex} {totalItemCount} )}