From 9fdaeb1e2498b69e934d9e63b944bb01c6d31fbe Mon Sep 17 00:00:00 2001 From: Okinea Dev <81070564+okineadev@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:37:44 +0200 Subject: [PATCH] . --- src/{ => core}/icons/fileIcons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{ => core}/icons/fileIcons.ts (99%) diff --git a/src/icons/fileIcons.ts b/src/core/icons/fileIcons.ts similarity index 99% rename from src/icons/fileIcons.ts rename to src/core/icons/fileIcons.ts index f222ca2f2c..489f01f5b4 100644 --- a/src/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -2885,4 +2885,4 @@ export const fileIcons: FileIcons = { }, { name: 'hosts', fileNames: ['hosts'], light: true }, ]), -}; +}; \ No newline at end of file