feat: resolve HMR port conflict and update project files
This commit is contained in:
9
src/routes/dashboard/pengaturan/route.tsx
Normal file
9
src/routes/dashboard/pengaturan/route.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute, Outlet } from '@tanstack/react-router';
|
||||
|
||||
export const Route = createFileRoute('/dashboard/pengaturan')({
|
||||
component: () => (
|
||||
<div className="p-2">
|
||||
<Outlet />
|
||||
</div>
|
||||
),
|
||||
});
|
||||
Reference in New Issue
Block a user