mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
6 lines
271 B
JavaScript
6 lines
271 B
JavaScript
import { MyComponent } from "./exportedComponent";
|
|
|
|
export function render({color, location}) { // $ threatModelSource=view-component-input locationSource threatModelSource=remote
|
|
return <MyComponent color={color}/> // $ getACandidatePropsValue
|
|
} // $ reactComponent
|