Skip to content

Commit ef6012e

Browse files
committed
chore: clean-up
1 parent 0613a3a commit ef6012e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/views/dashboard/Dashboard.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ import WidgetsDropdown from '../widgets/WidgetsDropdown'
5454
import MainChart from '../charts/MainChart'
5555

5656
const Dashboard = () => {
57-
const random = (min, max) => Math.floor(Math.random() * (max - min + 1) + min)
58-
5957
const progressExample = [
6058
{ title: 'Visits', value: '29.703 Users', percent: 40, color: 'success' },
6159
{ title: 'Unique', value: '24.093 Users', percent: 20, color: 'info' },

0 commit comments

Comments
 (0)