diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/DataChart/DataChart.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/DataChart/DataChart.tsx b/src/components/DataChart/DataChart.tsx index b51d592..a82fa26 100644 --- a/src/components/DataChart/DataChart.tsx +++ b/src/components/DataChart/DataChart.tsx @@ -1,5 +1,4 @@ - - +"use client"; import React, {useEffect, useState} from 'react'; import { Chart as ChartJS, |
