Files
test/src/components/Profile/Profile.jsx
T

8 lines
131 B
React
Raw Normal View History

2024-10-22 22:44:24 +03:00
import * as React from 'react';
function Profile() {
return <div className="profile">Profile</div>
}
export default Profile;