{"version":3,"file":"AppLayout-0d77d7b9.js","sources":["../../../resources/js/Layouts/AppLayout.jsx"],"sourcesContent":["import { useState } from \"react\";\nimport ApplicationLogo from \"../components/ApplicationLogo\";\nimport Header1 from \"../components/Header1\";\nimport PrimaryButtonLink from \"../components/PrimaryButtonLink\";\nimport { Link } from \"@inertiajs/react\";\n\nexport default function AppLayout({ user, header, children }) {\n const [showingNavigationDropdown, setShowingNavigationDropdown] =\n useState(false);\n\n return (\n