mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 15:54:59 -05:00
5 lines
117 B
PHP
5 lines
117 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
\OCP\Util::addScript('dashboard', 'dashboard');
|
|
?>
|
|
<div id="app-content-vue"></div>
|