MVP
This commit is contained in:
14
src/components/Lobby/Lobby.stories.js
Normal file
14
src/components/Lobby/Lobby.stories.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
import { MemoryRouter } from 'react-router-dom';
|
||||
import Lobby from './Lobby';
|
||||
|
||||
export default {
|
||||
title: 'Components/Lobby',
|
||||
component: Lobby,
|
||||
};
|
||||
|
||||
export const Default = () => (
|
||||
<MemoryRouter>
|
||||
<Lobby onJoinSession={() => {}} />
|
||||
</MemoryRouter>
|
||||
);
|
||||
Reference in New Issue
Block a user