feat: resolve HMR port conflict and update project files
This commit is contained in:
7
src/routes/dashboard/pengaturan/keamanan.ts
Normal file
7
src/routes/dashboard/pengaturan/keamanan.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
import KeamananSettings from '@/components/pengaturan/keamanan'
|
||||
|
||||
export const Route = createFileRoute('/dashboard/pengaturan/keamanan')({
|
||||
component: KeamananSettings,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user