mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
import React from 'react';
|
|
|
|
const ProfilePage = () => {
|
|
return <div>ProfilePage</div>;
|
|
};
|
|
|
|
export default ProfilePage;
|