project-nomad/admin/resources/views/inertia_layout.edge
2025-06-29 15:51:08 -07:00

20 lines
387 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title inertia>Project N.O.M.A.D</title>
@stack('dumper')
@viteReactRefresh()
@inertiaHead()
@vite(['inertia/app/app.tsx', `inertia/pages/${page.component}.tsx`])
</head>
<body class="min-h-screen w-screen font-sans">
@inertia()
</body>
</html>