From fa525f609086da1a0117504b29d248dcdc5b915d Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 30 Mar 2025 21:53:05 -0300 Subject: [PATCH] refactor: update configuration files and styles, migrate to new CSS structure, and clean up imports --- src/index.tsx | 26 +------------------------- src/main.tsx | 16 +++++++++------- 2 files changed, 10 insertions(+), 32 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index aaaf8fb..4cd3bf2 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -21,34 +21,10 @@ const examples = [ { name: "Help", href: "help" }, ]; -const ExamplesNav = () => { - const location = useLocation(); - const navigate = useNavigate(); - - return ( -
-
- {examples.map((example) => ( - - ))} -
-
- ); -}; - - export function RootLayout() { return (
- + Oi
- - , -); + + + + +) \ No newline at end of file