mirror of
https://github.com/pikami/scrummie-poker.git
synced 2026-04-17 03:49:23 +01:00
Use environment variables instead of constants
This commit is contained in:
5
src/pages/Profile.tsx
Normal file
5
src/pages/Profile.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const Profile = () => {
|
||||
return <p>TODO</p>;
|
||||
};
|
||||
|
||||
export default Profile;
|
||||
Reference in New Issue
Block a user