From 400358462def46fcc95140425ed04e5a8f8f8aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Wed, 17 Jan 2024 15:19:11 +0100 Subject: [PATCH] Icon => Move to shared --- types/Icon.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 types/Icon.ts diff --git a/types/Icon.ts b/types/Icon.ts deleted file mode 100644 index 43e98f9..0000000 --- a/types/Icon.ts +++ /dev/null @@ -1,10 +0,0 @@ -enum Icon { - CAT_INFO = '▶️', - INFO = 'ℹ️', - ERROR = '⛔️', - SUCCESS = '✅', - FAILURE = '❌' -} - - -export default Icon; \ No newline at end of file -- GitLab