8 lines
114 B
Markdown
8 lines
114 B
Markdown
|
```datacorejsx
|
||
|
|
||
|
return [
|
||
|
<h1 style={{color: "#a3fffd"}}>disambiguation</h1>,
|
||
|
<SpeshulTable gridSize={2}/>
|
||
|
]
|
||
|
```
|