From 93954d04634275ff8ed0511ea99dda55aed527be Mon Sep 17 00:00:00 2001 From: Robert Leonard Date: Tue, 14 May 2024 13:17:41 -0400 Subject: [PATCH] Updating jsx to tsx for webpack build --- gateway-ui/src/identityLogo.tsx | 82 +++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 gateway-ui/src/identityLogo.tsx diff --git a/gateway-ui/src/identityLogo.tsx b/gateway-ui/src/identityLogo.tsx new file mode 100644 index 00000000..c479438a --- /dev/null +++ b/gateway-ui/src/identityLogo.tsx @@ -0,0 +1,82 @@ +import * as React from "react"; + +const IconSVG = (props) => ( + +); + +export default IconSVG; \ No newline at end of file