Compare commits
1 Commits
backup-dem
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ca43baa7c7 |
@@ -1,5 +1,5 @@
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
import AksesDanTimSettings from './akses-dan-tim';
|
||||
import AksesDanTimSettings from './-akses-dan-tim';
|
||||
|
||||
export const Route = createFileRoute('/dashboard/pengaturan/akses-dan-tim')({
|
||||
component: AksesDanTimSettings,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
import KeamananSettings from './keamanan';
|
||||
import KeamananSettings from './-keamanan';
|
||||
|
||||
export const Route = createFileRoute('/dashboard/pengaturan/keamanan')({
|
||||
component: KeamananSettings,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
import NotifikasiSettings from './notifikasi';
|
||||
import NotifikasiSettings from './-notifikasi';
|
||||
|
||||
export const Route = createFileRoute('/dashboard/pengaturan/notifikasi')({
|
||||
component: NotifikasiSettings,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
import UmumSettings from './umum';
|
||||
import UmumSettings from './-umum';
|
||||
|
||||
export const Route = createFileRoute('/dashboard/pengaturan/umum')({
|
||||
component: UmumSettings,
|
||||
|
||||
Reference in New Issue
Block a user