Created
January 22, 2019 17:26
-
-
Save assassinave/4fc137930fdea9e0f24e72c488b7a262 to your computer and use it in GitHub Desktop.
Use Data interactions within a code component
This file contains 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
// Add "export" in front of your Data variable | |
// Import in header of file | |
export const data = Data({ | |
refresh: true | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment