style: rename page-client.tsx -> page.client.tsx

This commit is contained in:
afiqzudinhadi 2025-07-25 02:36:32 +08:00
parent 7d6bbc3a6a
commit 4a951eee55
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
import React from "react";
import { getProducts } from "@repo/db/index";
import PageClient from "./page-client";
import PageClient from "./page.client";
import { Product } from "@repo/ui/components/products";
import { PaginatedResponse } from "@repo/ui/components/template/table-show";