Add Navbar component, emotion for css and storybook
This commit is contained in:
9
front/src/pages/Performances.tsx
Normal file
9
front/src/pages/Performances.tsx
Normal file
@ -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