33 lines
1.1 KiB
JavaScript
33 lines
1.1 KiB
JavaScript
import { jsx } from "react/jsx-runtime";
|
|
import CreateTeamForm from "./CreateTeamForm-CmUI_Zfp.js";
|
|
import { A as AppLayout } from "./AppLayout-DitNPgwT.js";
|
|
import "@inertiajs/react";
|
|
import "../app.js";
|
|
import "axios";
|
|
import "lodash";
|
|
import "react-dom/client";
|
|
import "react";
|
|
import "./useTypedPage-Do3SqtsL.js";
|
|
import "./ActionMessage-s_mcCJ3s.js";
|
|
import "@headlessui/react";
|
|
import "./FormSection-DI6t3wFC.js";
|
|
import "classnames";
|
|
import "./SectionTitle-DnuUNpyS.js";
|
|
import "./TextInput-CMJy2hIv.js";
|
|
import "./InputLabel-DhqxoV6M.js";
|
|
import "./PrimaryButton-C2B8UWiv.js";
|
|
import "@inertiajs/core";
|
|
function Create() {
|
|
return /* @__PURE__ */ jsx(
|
|
AppLayout,
|
|
{
|
|
title: "Create Team",
|
|
renderHeader: () => /* @__PURE__ */ jsx("h2", { className: "font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight", children: "Create Team" }),
|
|
children: /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx("div", { className: "max-w-7xl mx-auto py-10 sm:px-6 lg:px-8", children: /* @__PURE__ */ jsx(CreateTeamForm, {}) }) })
|
|
}
|
|
);
|
|
}
|
|
export {
|
|
Create as default
|
|
};
|