@platformos/pos-cli
Version:
Manage your platformOS application
19 lines (15 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
require("regenerator-runtime/runtime");
var _GraphiQL = require("./components/GraphiQL");
/**
* Copyright (c) 2019 GraphQL Contributors.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var _default = _GraphiQL.GraphiQL;
exports.default = _default;