From 73cfd7601d577863eee3927607fb24290c50ee2a Mon Sep 17 00:00:00 2001 From: ajnart Date: Sun, 2 Jul 2023 20:06:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20wip=20on=20integrationspanel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Settings/Integration/IntegrationPanel.tsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/components/Settings/Integration/IntegrationPanel.tsx diff --git a/src/components/Settings/Integration/IntegrationPanel.tsx b/src/components/Settings/Integration/IntegrationPanel.tsx new file mode 100644 index 000000000..a592fede1 --- /dev/null +++ b/src/components/Settings/Integration/IntegrationPanel.tsx @@ -0,0 +1,7 @@ +export function IntegrationPanel() { + return ( +
+

Integration Panel

+
+ ); +}