Created
June 6, 2019 13:13
-
-
Save batiste/ea6e98c0075ac23f975b9bc8c07baa6a to your computer and use it in GitHub Desktop.
Blop language example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { DogGame } from './DogBreedGame.blop' | |
def DogPage(attributes) { | |
{ state } = attributes | |
<DogGame page=state.dogPage state=state loading=state.loading> | |
= 'Dog breed game' | |
</DogGame> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment