Remove unused code and comments

This commit is contained in:
Dede Fuji Abdul
2024-03-27 13:10:22 +07:00
parent 4bcddbf2f1
commit 9446c89b09
26 changed files with 2878 additions and 586864 deletions

View File

@ -42,8 +42,7 @@ import {
RekapKeluhanPerKelompokKeluhan,
RekapKeluhanPerTanggal,
RekapKeluhanPerUnit,
RekapKeluhanBerdasarMedia,
RekapKeluhanRatingPerUnit
RekapKeluhanBerdasarMedia
} from '@/components/Pages/Keluhan'
import {
MonalisaGRDispatchingTimeGangguan,
@ -307,11 +306,11 @@ export const routes: RouteRecordRaw[] = [
name: 'Rekapitulasi Keluhan Berdasarkan Media',
component: RekapKeluhanBerdasarMedia
},
{
path: '8',
name: 'Rekapitulasi Rating Per Unit',
component: RekapKeluhanRatingPerUnit
},
// {
// path: '8',
// name: 'Rekapitulasi Rating Per Unit',
// component: RekapKeluhanRatingPerUnit
// },
{
path: ':pathMatch(.*)*',
component: EmptyPage