Skip to content

Instantly share code, notes, and snippets.

@hasparus
Created August 28, 2018 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasparus/d24062977e89155f0b1a7c8edc710942 to your computer and use it in GitHub Desktop.
Save hasparus/d24062977e89155f0b1a7c8edc710942 to your computer and use it in GitHub Desktop.
import GameLevel from './GameLevel';
export default {
component: GameLevel,
props: {
player: {
name: 'Arthas2000',
strength: 100,
},
enemy: {
name: 'Lich King',
strength: 'godlike',
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment