mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 07:43:45 +02:00
Get initial implementation for react working
This commit is contained in:
@@ -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 New Issue
Block a user