added trace component to trace view

This commit is contained in:
August Skare
2018-10-18 15:25:08 +02:00
parent 97646571a1
commit 30f7f83573
7 changed files with 161 additions and 1 deletions

View File

@@ -9,10 +9,12 @@ import { Tabs, TabBlock } from 'ts/components/Tabs';
import Code from 'ts/components/Code';
import InlineCode from 'ts/components/InlineCode';
import List from 'ts/components/List';
import TraceComponent from 'ts/components/Trace';
function Trace(props: any) {
return (
<Base context={context}>
<TraceComponent />
<Container>
<Main>
<ContentBlock title="Required steps">