1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/views/settings/drive/index.blade.php
Daniel Supernault 1f2a57132f
Add drive view
2019-07-22 22:29:27 -06:00

10 lines
No EOL
136 B
PHP

@extends('settings.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Drive</h3>
</div>
<hr>
@endsection