From 141de81c678ab279e2bec28d817e4d5a557b2565 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 3 Oct 2024 01:56:52 +0530 Subject: [PATCH] feat(wip): api key ui --- src/components/organisms/ApiKey.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/components/organisms/ApiKey.tsx diff --git a/src/components/organisms/ApiKey.tsx b/src/components/organisms/ApiKey.tsx new file mode 100644 index 00000000..c2708ba6 --- /dev/null +++ b/src/components/organisms/ApiKey.tsx @@ -0,0 +1,9 @@ +import React from 'react' + +const ApiKey = () => { + return ( +
ApiKey
+ ) +} + +export default ApiKey \ No newline at end of file