diff options
Diffstat (limited to 'src/components/Icons/index.tsx')
| -rw-r--r-- | src/components/Icons/index.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Icons/index.tsx b/src/components/Icons/index.tsx index 9144619..1594775 100644 --- a/src/components/Icons/index.tsx +++ b/src/components/Icons/index.tsx @@ -1,3 +1,4 @@ +import ArrowIcon from './Arrow/Arrow'; import BlogIcon from './Blog/Blog'; import CloseIcon from './Close/Close'; import ContactIcon from './Contact/Contact'; @@ -10,6 +11,7 @@ import SunIcon from './Sun/Sun'; import ThemeIcon from './Theme/Theme'; export { + ArrowIcon, BlogIcon, CloseIcon, ContactIcon, |
