UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

9 lines 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Route = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); function Route({ children }) { return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: children }, void 0); } exports.Route = Route; //# sourceMappingURL=Route.js.map