This commit is contained in:
maher
2026-01-03 16:02:34 +01:00
parent c7b5685f35
commit 1d2b4fbb6b
11 changed files with 817 additions and 446 deletions

View File

@@ -26,7 +26,13 @@ final class DemoController extends AbstractController
return $this->render('demo/empty.html.twig', []);
}
#[Route('/demo/collapse', name: 'app_demo_collapse')]
public function collapse(): Response
{
return $this->render('demo/collapse.html.twig', []);
}
#[Route('/demo/chart', name: 'app_demo_chart')]
public function chart(): Response
{