ย้ายไอคอน

This commit is contained in:
STW_TTTY\stwtt 2024-07-24 16:37:04 +07:00
parent da4e99f767
commit c3c11afd1f
58 changed files with 1115 additions and 1056 deletions

View file

@ -1,6 +1,6 @@
import type { zipCodeOption } from "../../components/profileType";
interface Pagination {
page: number;
page?: number;
rowsPerPage: number;
}