Ran prettier

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-10-20 14:41:36 +02:00
parent 8668d6fbec
commit 2b39378075
+1 -1
View File
@@ -7,5 +7,5 @@ Enabling the customization of the last step in the scaffolder template.
To override the content you have to do the next:
```typescript jsx
<TemplatePage LastStepFormComponent={YourCustomComponent}/>
<TemplatePage LastStepFormComponent={YourCustomComponent} />
```