perf: make insert modals components lazy loaded

This commit is contained in:
MTG2000
2022-05-12 20:34:45 +03:00
parent 3add019def
commit 09f68626aa

View File

@@ -1,9 +1,6 @@
import { lazyModal } from 'src/utils/helperFunctions';
export const { LazyComponent: VoteCard } = lazyModal(() => import('./VoteCard'))