1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | var network_1 = require("@shopify/network");
|
4 | var hooks_1 = require("../hooks");
|
5 | function FrameSource(_a) {
|
6 | var sources = _a.sources;
|
7 | hooks_1.useCspDirective(network_1.CspDirective.FrameSrc, sources);
|
8 | return null;
|
9 | }
|
10 | exports.default = FrameSource;
|