shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
8 lines (5 loc) • 332 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import { c as GameProvider } from './index-hoHfGrjg.js';
import { C as Command } from './Command-DN1j3tjt.js';
const CommandGame = ({ children, command }) => /* @__PURE__ */ jsx(Command, { command, children: /* @__PURE__ */ jsx(GameProvider, { children }) });
export { CommandGame as C };