From 1dac4a1bd1f1226e46b6a3c26a5baa13d6c0d6cc Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 27 Jun 2024 19:02:22 +0200 Subject: todo --- src/pages/Home.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index ae1ffdc..9c86a9f 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -37,13 +37,20 @@ export default function Home(props: any) {
- - {files.map((file: any) => ( -
-

file: {file.absolute_path}

-
- )) - } +
+ +
+
+ +
+
+ {files.map((file: any) => ( +
+

file: {file.absolute_path}

+
+ )) + } +
-- cgit 1.4.1