mirror of
https://github.com/tale/headplane.git
synced 2026-08-25 03:46:48 +00:00
feat: replace onboarding for explicit user linking
This commit is contained in:
@@ -17,9 +17,6 @@ export default [
|
||||
// All the main logged-in routes
|
||||
layout("layout/app.tsx", [
|
||||
index("routes/home.tsx"),
|
||||
route("/onboarding", "routes/users/onboarding.tsx"),
|
||||
route("/onboarding/skip", "routes/users/onboarding-skip.tsx"),
|
||||
|
||||
...prefix("/machines", [
|
||||
index("routes/machines/overview.tsx"),
|
||||
route("/:id", "routes/machines/machine.tsx"),
|
||||
|
||||
Reference in New Issue
Block a user