[wip] Add Rockstar
This commit is contained in:
6
languages/rockstar/renderer.tsx
Normal file
6
languages/rockstar/renderer.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { RendererProps } from "../types";
|
||||
import { RS } from "./common";
|
||||
|
||||
export const Renderer = ({ state }: RendererProps<RS>) => {
|
||||
return state == null ? null : <p>state.value</p>;
|
||||
};
|
||||
Reference in New Issue
Block a user