mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 13:51:48 +00:00
index.tsx - reformat
This commit is contained in:
+2
-6
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user