repod/templates/main.php
Michel Roux 4e4edf40f0
Some checks failed
repod / nodejs (push) Waiting to run
repod / release (push) Waiting to run
repod / xml (push) Successful in 12s
repod / php (push) Has been cancelled
refactor: 🏗️ move script and style to template
2025-01-21 10:49:49 +01:00

11 lines
223 B
PHP

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