Skip to content

Instantly share code, notes, and snippets.

@jvanderen1
Created December 1, 2019 20:23
Show Gist options
  • Save jvanderen1/98cdc172b990d6fd6a8f24d87af0086d to your computer and use it in GitHub Desktop.
Save jvanderen1/98cdc172b990d6fd6a8f24d87af0086d to your computer and use it in GitHub Desktop.
export {
TestPage,
};
// Default export
export default (
withDatastore(
hasError()(
hasLoader()(TestPage),
),
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment