From eca38fbb91c3f831f9f779e34330c167b10a6964 Mon Sep 17 00:00:00 2001 From: bakosandi Date: Mon, 6 Jan 2025 14:30:42 +0100 Subject: [PATCH] added a list of users #1 --- src/App.tsx | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0791287..cf44e53 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,28 +11,34 @@ import { dataProvider } from "./dataProvider"; export const App = () => ( + -); +); \ No newline at end of file