Use environment variables instead of constants

This commit is contained in:
Pijus Kamandulis
2024-10-10 22:24:36 +03:00
parent a6e9aaa875
commit 8fa5493890
8 changed files with 73 additions and 40 deletions

5
src/pages/Profile.tsx Normal file
View File

@@ -0,0 +1,5 @@
const Profile = () => {
return <p>TODO</p>;
};
export default Profile;