123
This commit is contained in:
4
pages/products/index.tsx
Normal file
4
pages/products/index.tsx
Normal file
@ -0,0 +1,4 @@
|
||||
const ProductsPage = () => {
|
||||
return <div>Товары</div>;
|
||||
};
|
||||
export default ProductsPage;
|
||||
Reference in New Issue
Block a user