Refresh
This commit is contained in:
11
resources/views/account/import.blade.php
Executable file
11
resources/views/account/import.blade.php
Executable file
@@ -0,0 +1,11 @@
|
||||
@extends('layouts.account')
|
||||
|
||||
@push('scripts')
|
||||
<script src="{{ asset('js/import.js') }}" defer></script>
|
||||
@endpush
|
||||
|
||||
@section('content')
|
||||
<div class="my-auto w-1/4 p-6">
|
||||
<importer v-bind:available-importers='@json(config('importers.adapters'))'></importer>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user