UNPKG

alinea

Version:
19 lines (17 loc) 634 B
// node_modules/@esbx/react/dist/ReactShim.js import * as React from "react"; // packages/alinea/src/Welcome.tsx import { px, Typo, VStack } from "@alinea/ui"; function Welcome() { return /* @__PURE__ */ React.createElement(VStack, { gap: 20, style: { marginTop: px(20), padding: px(6) } }, /* @__PURE__ */ React.createElement("p", null, "Your alinea installation is now ready for configuration."), /* @__PURE__ */ React.createElement(Typo.Link, { href: "https://alinea.sh/docs/overview/configuration", target: "_blank" }, "Learn how to configure")); } export { Welcome }; //# sourceMappingURL=Welcome.js.map