9 lines
178 B
JavaScript
Executable File
9 lines
178 B
JavaScript
Executable File
import * as React from "react";
|
|
|
|
export default () => {
|
|
return (
|
|
<div variant="p">
|
|
Keywords here are not highlighted, for example class or instance.
|
|
</div>
|
|
);
|
|
} |