index.tsx - reformat

This commit is contained in:
2020-01-27 19:05:33 +05:30
parent 94b6cbcc1a
commit 687a7e4582
+2 -6
View File
@@ -38,12 +38,8 @@ export function ASTVisualizer() {
<h2 className={styles.titleLight}>Code output Diff</h2> <h2 className={styles.titleLight}>Code output Diff</h2>
</Row> </Row>
<Row> <Row>
<Col xs={6} className={styles.titleLight}> <Col xs={6} className={styles.titleLight}>Input</Col>
Input <Col xs={6} className={styles.titleLight}>Output</Col>
</Col>
<Col xs={6} className={styles.titleLight}>
Output
</Col>
</Row> </Row>
<CodeOutputDiff /> <CodeOutputDiff />
</Col> </Col>