diff options
Diffstat (limited to 'packages/dev-tools-pages/ts/pages/Profiler.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/pages/Profiler.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dev-tools-pages/ts/pages/Profiler.tsx b/packages/dev-tools-pages/ts/pages/Profiler.tsx index 49028c46a..48c4c122b 100644 --- a/packages/dev-tools-pages/ts/pages/Profiler.tsx +++ b/packages/dev-tools-pages/ts/pages/Profiler.tsx @@ -22,6 +22,7 @@ function Profiler() { </p> </Intro> <Content> + <ContentBlock main title="Get started" /> <ContentBlock title="Required steps"> <List items={['Step 1', 'Step 2']} /> </ContentBlock> |