Change onboarding by replacing tutorial with follow recommendations in web UI (#16060)
This commit is contained in:
parent
ca3bc1b09f
commit
bf903dc510
10 changed files with 287 additions and 51 deletions
|
@ -153,3 +153,7 @@ export function Audio () {
|
|||
export function Directory () {
|
||||
return import(/* webpackChunkName: "features/directory" */'../../directory');
|
||||
}
|
||||
|
||||
export function FollowRecommendations () {
|
||||
return import(/* webpackChunkName: "features/follow_recommendations" */'../../follow_recommendations');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue