diff --git a/resources/views/importer/import.blade.php b/resources/views/importer/import.blade.php index 19e7d7021..879ffda9b 100644 --- a/resources/views/importer/import.blade.php +++ b/resources/views/importer/import.blade.php @@ -1,12 +1,5 @@ @extends('layouts/default') - -{{-- Hide importer until vue has rendered it, if we continue using vue for other things we should move this higher in the style --}} - {{-- Page title --}} @section('title') {{ trans('general.import') }} @@ -15,11 +8,22 @@ {{-- Page content --}} @section('content') + + + + {{-- Hide importer until vue has rendered it, if we continue using vue for other things we should move this higher in the style --}} + +