Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import { DogGame } from './DogBreedGame.blop'
  2.  
  3. def DogPage(attributes) {
  4. { state } = attributes
  5. <DogGame page=state.dogPage state=state loading=state.loading>
  6. = 'Dog breed game'
  7. </DogGame>
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement