Files
SusMarket/reactapp/src/components/blocks/ProductCard.tsx
RailTH c7c178857c Migrate react app to typescript
Installed the necessary dependencies and config files
2024-02-02 15:46:28 +11:00

8 lines
110 B
TypeScript

import React from "react";
export default function ProductCard() {
return(
<>
</>
)
}