mirror of
https://github.com/yawaflua/SusMarket.git
synced 2026-04-26 01:30:40 +03:00
Migrate react app to typescript
Installed the necessary dependencies and config files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
|
||||
export default function ProfilePage() {
|
||||
return(
|
||||
<>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user