add flow steps

This commit is contained in:
2025-10-13 14:15:19 +02:00
parent 707c30817c
commit 63629017d7
5 changed files with 203 additions and 10 deletions
+2 -2
View File
@@ -190,8 +190,8 @@ const App = () => {
documentTitle={{
formatter: (options) =>
options?.title
? `${options?.title} - minuit.starter`
: "minuit.starter",
? `${options?.title} - MusicLand`
: "MusicLand",
}}
>
<MainStack />