update inbox list
This commit is contained in:
10
vendor/scrivo/highlight.php/test/markup/javascript/jsx-fragment.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/javascript/jsx-fragment.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
class Columns extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<>
|
||||
<td>Hello</td>
|
||||
<td>World</td>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user