Update Anomali component imports
This commit is contained in:
@ -72,7 +72,7 @@ import {
|
||||
MonalisaTable9
|
||||
} from '@/components/Pages/Monalisa'
|
||||
import { CicoTable1 } from '@/components/Pages/Cico'
|
||||
import { Anomali_LAPPGU, AnomaliTable3, AnomaliTable5 } from '@/components/Pages/Anomali'
|
||||
import { Anomali_LAPPGU, Anomali_LAPPKU, Anomali_LAPPGP } from '@/components/Pages/Anomali'
|
||||
import { CttTable1 } from '@/components/Pages/Ctt'
|
||||
import { MaterialTable1, MaterialTable2 } from '@/components/Pages/Material'
|
||||
import { TransaksiTable1 } from '@/components/Pages/Transaksi'
|
||||
@ -565,7 +565,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '2',
|
||||
name: 'Laporan Anomali Penangan Pengaduan Gangguan Petugas',
|
||||
component: AnomaliTable3
|
||||
component: Anomali_LAPPGP
|
||||
},
|
||||
{
|
||||
path: ':pathMatch(.*)*',
|
||||
@ -580,7 +580,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Laporan Anomali Penangan Pengaduan Keluhan Unit',
|
||||
component: AnomaliTable5
|
||||
component: Anomali_LAPPKU
|
||||
},
|
||||
{
|
||||
path: ':pathMatch(.*)*',
|
||||
|
Reference in New Issue
Block a user