repod/templates/main.php
Michel Roux de1b7184d2
All checks were successful
repod / xml (push) Successful in 19s
repod / php (push) Successful in 41s
repod / nodejs (push) Successful in 1m22s
repod / release (push) Has been skipped
refactor: ♻️ update project from app-template
2024-05-29 17:11:53 +02:00

11 lines
157 B
PHP

<?php
declare(strict_types=1);
use OCA\RePod\AppInfo\Application;
use OCP\Util;
Util::addScript(Application::APP_ID, 'main');
?>
<div id="content"></div>