Skip to content

Instantly share code, notes, and snippets.

@Harasz
Last active September 1, 2021 11:53
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 Harasz/5a32dbe6d2457d6047cb1bec13c68c24 to your computer and use it in GitHub Desktop.
Save Harasz/5a32dbe6d2457d6047cb1bec13c68c24 to your computer and use it in GitHub Desktop.
import { Page, Layout } from "@shopify/polaris";
const Index = () => {
return (
<Page>
<Layout>
<Layout.AnnotatedSection
title="App settings"
description="Set up the product you want to add to each customer's first order."
></Layout.AnnotatedSection>
</Layout>
</Page>
);
};
export default Index;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment