UNPKG

483 BJavaScriptView Raw
1"use strict";
2var __importDefault = (this && this.__importDefault) || function (mod) {
3 return (mod && mod.__esModule) ? mod : { "default": mod };
4};
5Object.defineProperty(exports, "__esModule", { value: true });
6var actions_1 = require("@shopify/app-bridge/actions");
7var withStatelessFeature_1 = __importDefault(require("../components/utilities/withStatelessFeature"));
8exports.default = withStatelessFeature_1.default('authCode', {
9 respond: actions_1.AuthCode.respond,
10});