UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

7 lines 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var common_1 = require("../common"); exports.default = (function () { return (common_1.React.createElement("div", null, common_1.React.createElement("h1", null, "Page (Prefetch)"), common_1.React.createElement("a", { href: '/' }, "Home"))); }); //# sourceMappingURL=prefetch.js.map