adding to prev commit

This commit is contained in:
ashprit
2024-10-27 00:53:22 +01:00
parent 55b90fd27d
commit c5e8aa67f5
4 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
import React from 'react';
const ProfilePage = () => {
return <div>ProfilePage</div>;
};
export default ProfilePage;