#9 - headless ui, heroicons and some webpack stuff

This commit is contained in:
Adrian Hopek
2022-01-11 10:26:29 +01:00
parent 895f04e8d4
commit 458af733f8
11 changed files with 592 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="h-full bg-gray-100">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
@@ -8,7 +8,7 @@
<script src="{{ asset('/js/app.js') }}" defer></script>
@inertiaHead
</head>
<body>
<body class="h-full">
@inertia
</body>
</html>