add apex chart and skeleton for dashboard type pages

This commit is contained in:
hackerESQ
2024-08-03 23:51:31 -05:00
parent 227b5f5aa1
commit 7b4b80620c
7 changed files with 670 additions and 191 deletions
+3
View File
@@ -1,3 +1,6 @@
import ApexCharts from 'apexcharts'
window.ApexCharts = ApexCharts;
import axios from 'axios';
window.axios = axios;