Files
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

18 lines
195 B
PHP

@include('layout.head')
<body>
@include('layout.header')
@livewire('reset-fa-code-form')
@include('layout.footer')
@include('layout.dependency')
@include('layout.script')
</body>
</html>