mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
✨ feat: Modal confirm modal info
:%s
This commit is contained in:
15
src/components/common/PaginationCommon/PaginationCommon.tsx
Normal file
15
src/components/common/PaginationCommon/PaginationCommon.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from 'react'
|
||||
|
||||
interface PaginationCommonProps {
|
||||
|
||||
}
|
||||
|
||||
const PaginationCommon = (props: PaginationCommonProps) => {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default PaginationCommon
|
Reference in New Issue
Block a user