From 2f05eded90c9dc38c544ca3bbd56854bbf1a5448 Mon Sep 17 00:00:00 2001 From: ittps-pro <147715086+ittps-pro@users.noreply.github.com> Date: Sat, 9 Nov 2024 19:31:36 +0300 Subject: [PATCH] Create index.tsx --- app/react/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/react/index.tsx diff --git a/app/react/index.tsx b/app/react/index.tsx new file mode 100644 index 0000000..ec35c2c --- /dev/null +++ b/app/react/index.tsx @@ -0,0 +1,5 @@ +import React, { useState } from 'react' + +const Client = (id: number) => { + +}