2025-06-16 18:28:08 +05:00

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>
);
}