pixelfed/resources/views/admin/hashtags/home.blade.php

14 lines
202 B
PHP
Raw Normal View History

2019-02-07 19:12:13 +00:00
@extends('admin.partial.template-full')
@section('section')
</div>
2022-12-27 11:43:04 +00:00
<hashtag-component />
2019-02-07 19:12:13 +00:00
@endsection
2022-12-27 11:43:04 +00:00
@push('scripts')
<script type="text/javascript">
new Vue({ el: '#panel'});
</script>
@endpush