Migrate react app to typescript

Installed the necessary dependencies and config files
This commit is contained in:
RailTH
2024-02-02 15:46:28 +11:00
parent 85cce21e6b
commit c7c178857c
18 changed files with 73 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
import React from "react";
export default function ProductCard() {
return(
<>
</>
)
}