mirror of
https://github.com/yawaflua/SusMarket.git
synced 2025-12-11 16:16:26 +02:00
Migrate react app to typescript
Installed the necessary dependencies and config files
This commit is contained in:
8
reactapp/src/components/blocks/ProductCard.tsx
Normal file
8
reactapp/src/components/blocks/ProductCard.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
|
||||
export default function ProductCard() {
|
||||
return(
|
||||
<>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user