From 8f7d01dc5e5af074c5802a8a6599de584abac380 Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Tue, 27 Feb 2024 18:18:21 +0800 Subject: [PATCH] bugfix - Versioning untracked files --- Frontend/components/{icon => Icon}/Icon.tsx | 0 Frontend/components/{icon => Icon}/IconContainer.tsx | 0 Frontend/components/{icon => Icon}/types.ts | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Frontend/components/{icon => Icon}/Icon.tsx (100%) rename Frontend/components/{icon => Icon}/IconContainer.tsx (100%) rename Frontend/components/{icon => Icon}/types.ts (100%) diff --git a/Frontend/components/icon/Icon.tsx b/Frontend/components/Icon/Icon.tsx similarity index 100% rename from Frontend/components/icon/Icon.tsx rename to Frontend/components/Icon/Icon.tsx diff --git a/Frontend/components/icon/IconContainer.tsx b/Frontend/components/Icon/IconContainer.tsx similarity index 100% rename from Frontend/components/icon/IconContainer.tsx rename to Frontend/components/Icon/IconContainer.tsx diff --git a/Frontend/components/icon/types.ts b/Frontend/components/Icon/types.ts similarity index 100% rename from Frontend/components/icon/types.ts rename to Frontend/components/Icon/types.ts