feat: improve
This commit is contained in:
9
apps/desktop2/src/routes/settings/index.lazy.tsx
Normal file
9
apps/desktop2/src/routes/settings/index.lazy.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createLazyFileRoute } from "@tanstack/react-router";
|
||||
|
||||
export const Route = createLazyFileRoute("/settings/")({
|
||||
component: Screen,
|
||||
});
|
||||
|
||||
function Screen() {
|
||||
return <div>Settings</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user