fix: update DomainRefreshController

This commit is contained in:
Maël Gangloff
2024-07-21 19:47:25 +02:00
parent 8a5f69c333
commit c48f37696c
3 changed files with 6 additions and 4 deletions

View File

@@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{% block title %}Domain Watchdog{% endblock %}</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body>
<div id="root"></div>
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</body>
</html>