From c21fa39fe5914de4b5244df648d120596e77efeb Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Fri, 5 Jul 2024 10:09:25 +0200 Subject: [PATCH] feat: syntax change --- components/Icons/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Icons/index.tsx b/components/Icons/index.tsx index f6824bd1b..a69a2a77e 100644 --- a/components/Icons/index.tsx +++ b/components/Icons/index.tsx @@ -27,7 +27,7 @@ export { default as PersonIcon } from "./Person" export { default as PetsIcon } from "./Pets" export { default as PhoneIcon } from "./Phone" export { default as PlusCircleIcon } from "./PlusCircle" -export { default as ScandicLogoIcon } from "./ScandicLogo" export { default as RestaurantIcon } from "./Restaurant" +export { default as ScandicLogoIcon } from "./ScandicLogo" export { default as TshirtWashIcon } from "./TshirtWash" export { default as WifiIcon } from "./Wifi"