Get initial implementation for react working
This commit is contained in:
parent
37715762cd
commit
3f2a4b5762
8 changed files with 344 additions and 422 deletions
|
@ -35,15 +35,13 @@
|
|||
<body class="{{ $css['body'] ?? 'bg-neutral-50' }}">
|
||||
@section('content')
|
||||
@yield('above-container')
|
||||
<div id="pterodactyl" class="flex flex-col">
|
||||
<div id="app" class="flex flex-col">
|
||||
@yield('container')
|
||||
</div>
|
||||
@yield('below-container')
|
||||
@show
|
||||
@section('scripts')
|
||||
{!! $asset->js('main.js') !!}
|
||||
{!! $asset->js('vendor.js') !!}
|
||||
{!! $asset->js('locales.js') !!}
|
||||
@show
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue