1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-06 19:48:22 +00:00
pixelfed/resources/views/timeline/network.blade.php

14 lines
340 B
PHP
Raw Normal View History

2019-03-09 22:25:38 -07:00
@extends('layouts.app')
@section('content')
2021-04-06 21:25:07 -06:00
<network-timeline></network-timeline>
2019-03-09 22:25:38 -07:00
@endsection
@push('scripts')
2021-04-06 21:25:07 -06:00
<script type="text/javascript" src="{{ mix('js/network-timeline.js') }}"></script>
2019-04-06 23:02:08 -06:00
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
2021-04-06 21:25:07 -06:00
<script type="text/javascript">window.App.boot();</script>
@endpush