mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-14 08:15:08 +00:00
8 lines
212 B
TypeScript
8 lines
212 B
TypeScript
![]() |
// ** Next Import
|
||
|
import dynamic from 'next/dynamic'
|
||
|
|
||
|
// ! To avoid 'Window is not defined' error
|
||
|
const ReactApexcharts = dynamic(() => import('react-apexcharts'), { ssr: false })
|
||
|
|
||
|
export default ReactApexcharts
|