We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0613a3a commit ef6012eCopy full SHA for ef6012e
src/views/dashboard/Dashboard.js
@@ -54,8 +54,6 @@ import WidgetsDropdown from '../widgets/WidgetsDropdown'
54
import MainChart from '../charts/MainChart'
55
56
const Dashboard = () => {
57
- const random = (min, max) => Math.floor(Math.random() * (max - min + 1) + min)
58
-
59
const progressExample = [
60
{ title: 'Visits', value: '29.703 Users', percent: 40, color: 'success' },
61
{ title: 'Unique', value: '24.093 Users', percent: 20, color: 'info' },
0 commit comments