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