From 2f9bfbf83f76b58c377bb423c701db242ffe972f Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Mon, 30 May 2022 12:19:32 +0100 Subject: [PATCH] chore: remove Masks component --- src/components/ui/Masks.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/components/ui/Masks.tsx diff --git a/src/components/ui/Masks.tsx b/src/components/ui/Masks.tsx deleted file mode 100644 index 54fe74a6..00000000 --- a/src/components/ui/Masks.tsx +++ /dev/null @@ -1,26 +0,0 @@ -// This file must be imported and used at least once for SVG masks. - -export default function Masks() { - return ( - - - - - - - - - - - - - - - - - - - - - ); -}