1
0
Fork 0
forked from mirror/pixelfed
pixelfed/resources/views/settings/import/home.blade.php

11 lines
193 B
PHP
Raw Normal View History

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