@phntms/ft-react-components
Version:
A collection of UI/utility React/NextJS components for Phantom FT sites
15 lines • 529 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = __importDefault(require("react"));
var TrackingPixel = function (_a) {
var src = _a.src;
return (react_1.default.createElement("img", { style: {
height: 0,
display: "none",
}, src: src }));
};
exports.default = TrackingPixel;
//# sourceMappingURL=index.js.map