mirror of https://github.com/pixelfed/pixelfed.git
10 lines
136 B
PHP
10 lines
136 B
PHP
|
@extends('settings.template')
|
||
|
|
||
|
@section('section')
|
||
|
|
||
|
<div class="title">
|
||
|
<h3 class="font-weight-bold">Drive</h3>
|
||
|
</div>
|
||
|
<hr>
|
||
|
|
||
|
@endsection
|