feat: implement onboarding for non-registered users

This commit is contained in:
Aarnav Tale
2025-04-02 13:26:58 -04:00
parent 17d477bf0f
commit 80c987f383
10 changed files with 522 additions and 14 deletions
+1
View File
@@ -14,6 +14,7 @@ export default [
// All the main logged-in dashboard routes
// Double nested to separate error propagations
layout('layouts/shell.tsx', [
route('/onboarding', 'routes/users/onboarding.tsx'),
layout('layouts/dashboard.tsx', [
...prefix('/machines', [
index('routes/machines/overview.tsx'),