From 5dfd9e7df606e666956f011e9846da8b1ceb4a55 Mon Sep 17 00:00:00 2001 From: Rinsvent Date: Tue, 17 Jan 2023 23:44:12 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D1=83=D0=B6=D0=BD=D0=BE=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=BD=D0=B5=D1=81=D1=82=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=81=D1=8B=20=D0=B2=20=D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/client.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 api/client.ts diff --git a/api/client.ts b/api/client.ts new file mode 100644 index 0000000..87affac --- /dev/null +++ b/api/client.ts @@ -0,0 +1,4 @@ + +export class Client { + +} \ No newline at end of file