From 14ce1aa1c55ac287988f6427cf0021ce6aad88ec Mon Sep 17 00:00:00 2001 From: Johanna Szepanski <johanna.szepanski@softhouse.se> Date: Fri, 14 Mar 2025 08:48:31 +0100 Subject: [PATCH] migrated AppLayout --- src/components/common/AppLayout/{AppLayout.js => AppLayout.ts} | 0 src/components/common/AppLayout/{index.js => index.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/components/common/AppLayout/{AppLayout.js => AppLayout.ts} (100%) rename src/components/common/AppLayout/{index.js => index.ts} (100%) diff --git a/src/components/common/AppLayout/AppLayout.js b/src/components/common/AppLayout/AppLayout.ts similarity index 100% rename from src/components/common/AppLayout/AppLayout.js rename to src/components/common/AppLayout/AppLayout.ts diff --git a/src/components/common/AppLayout/index.js b/src/components/common/AppLayout/index.ts similarity index 100% rename from src/components/common/AppLayout/index.js rename to src/components/common/AppLayout/index.ts -- GitLab