mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
6 lines
117 B
PHP
6 lines
117 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
\OCP\Util::addScript('dashboard', 'dashboard');
|
|
?>
|
|
<div id="app-content-vue"></div>
|