From d4bbb71fc339798ae290a5ae6bd96dfbb5a32f87 Mon Sep 17 00:00:00 2001 From: "luisa.bellitto" Date: Mon, 30 Jun 2025 14:12:33 +0200 Subject: [PATCH] add and fix post creation route --- code/frontend/src/App.tsx | 1 + code/frontend/src/pages/PostCreation.tsx | 6 ++---- code/frontend/src/pages/postCreation.css | 6 ++---- code/frontend/tsconfig.json | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/code/frontend/src/App.tsx b/code/frontend/src/App.tsx index 98282ec..98ed9b3 100644 --- a/code/frontend/src/App.tsx +++ b/code/frontend/src/App.tsx @@ -34,6 +34,7 @@ function App() { element={} > }> + }>