- Route Setup - Components Setup - NavBar - Notification Bell - Settings Cog
9 lines
No EOL
119 B
JavaScript
9 lines
No EOL
119 B
JavaScript
import React from 'react';
|
|
|
|
export const Profile = () => {
|
|
return (
|
|
<div>
|
|
Profile!
|
|
</div>
|
|
)
|
|
} |