This commit is contained in:
koh
2024-02-19 09:20:54 +07:00
commit 56f925190d
183 changed files with 19479 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// ** 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