fix: rename component files to exclude from route tree generation
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -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