[L6] Move all of the template files into the new correct location

This commit is contained in:
Dane Everitt 2019-09-04 21:19:52 -07:00
parent 1c5b9dbb87
commit c97461d602
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
83 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
@extends('templates/wrapper', [
'css' => ['body' => 'bg-neutral-800'],
])
@section('container')
<div id="app"></div>
@endsection