mirror of
https://github.com/yawaflua/SusMarket.git
synced 2026-04-25 17:20:43 +03:00
c7c178857c
Installed the necessary dependencies and config files
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
import React from "react";
|
|
|
|
export default function ProfilePage() {
|
|
return(
|
|
<>
|
|
</>
|
|
)
|
|
} |