Add Navbar component, emotion for css and storybook
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
function Performances() {
|
||||
return (
|
||||
<div>
|
||||
<h1>This is the performances page</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Performances;
|
||||
Reference in New Issue
Block a user