mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 22:01:45 +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>
|
||||
</Row>
|
||||
<Row>
|
||||
<Col xs={6} className={styles.titleLight}>
|
||||
Input
|
||||
</Col>
|
||||
<Col xs={6} className={styles.titleLight}>
|
||||
Output
|
||||
</Col>
|
||||
<Col xs={6} className={styles.titleLight}>Input</Col>
|
||||
<Col xs={6} className={styles.titleLight}>Output</Col>
|
||||
</Row>
|
||||
<CodeOutputDiff />
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user