style: rename page-client.tsx -> page.client.tsx
This commit is contained in:
parent
7d6bbc3a6a
commit
4a951eee55
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { getProducts } from "@repo/db/index";
|
import { getProducts } from "@repo/db/index";
|
||||||
import PageClient from "./page-client";
|
import PageClient from "./page.client";
|
||||||
import { Product } from "@repo/ui/components/products";
|
import { Product } from "@repo/ui/components/products";
|
||||||
import { PaginatedResponse } from "@repo/ui/components/template/table-show";
|
import { PaginatedResponse } from "@repo/ui/components/template/table-show";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue