feat: support skipping onboarding
This commit is contained in:
parent
7b1340c93e
commit
d5fb8a2966
5 changed files with 73 additions and 15 deletions
|
|
@ -15,6 +15,7 @@ export default [
|
|||
// Double nested to separate error propagations
|
||||
layout('layouts/shell.tsx', [
|
||||
route('/onboarding', 'routes/users/onboarding.tsx'),
|
||||
route('/onboarding/skip', 'routes/users/onboarding-skip.tsx'),
|
||||
layout('layouts/dashboard.tsx', [
|
||||
...prefix('/machines', [
|
||||
index('routes/machines/overview.tsx'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue