Fix closing tag in root div

This commit is contained in:
Jonathan Reinink 2019-04-02 13:11:06 -04:00
parent 904703a37e
commit 59fa83cd3e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
</head>
<body class="font-sans leading-none text-grey-darkest antialiased">
<div id="app" data-component="{{ $component }}" data-props="{{ json_encode($props) }}" />
<div id="app" data-component="{{ $component }}" data-props="{{ json_encode($props) }}"></div>
</body>
</html>