Skip to content

Instantly share code, notes, and snippets.

View gchavez2's full-sized avatar

Gustavo gchavez2

View GitHub Profile
import React from 'react';
import PropTypes from 'prop-types';
import {Card} from '@shopify/polaris';
import {Redirect} from '@shopify/app-bridge/actions';
/**
* Simple component that makes use of App Bridge.
*
* Ensure that this component is a child of your `<AppProvider>` component.
*/