pixelfed/resources/views/settings/import/home.blade.php

11 lines
193 B
PHP
Raw Normal View History

2018-05-26 22:40:39 +00:00
@extends('settings.template')
@section('section')
2023-06-12 11:30:18 +00:00
<account-import />
@endsection
@push('scripts')
<script type="text/javascript" src="{{ mix('js/account-import.js') }}"></script>
@endpush
2018-05-26 22:40:39 +00:00