1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/views/stories/compose.blade.php
2019-12-31 16:17:10 -07:00

11 lines
No EOL
256 B
PHP

@extends('layouts.blank')
@section('content')
<story-compose></story-compose>
@endsection
@push('scripts')
<script type="text/javascript" src="{{ mix('js/story-compose.js') }}"></script>
<script type="text/javascript">window.App.boot()</script>
@endpush