Skip to content

Commit

Permalink
Restructured the Edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 2, 2024
1 parent 5fa99a1 commit 3cec149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Pages/EditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class EditController extends AbstractController
{
public function index(): Response
{
return $this->render('pages/edit.html.twig', [
return $this->render('pages/edit/index.html.twig', [
'entrypoint' => 'js/pages/edit/index.js',
]);
}
Expand Down
File renamed without changes.

0 comments on commit 3cec149

Please sign in to comment.