1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-08 15:34:52 +00:00
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