[example][m] - start of a simple-example
This commit is contained in:
4
examples/simple-example/components/drd/VegaLite.tsx
Normal file
4
examples/simple-example/components/drd/VegaLite.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { VegaLite as VegaOg } from "react-vega";
|
||||
export default function Vega(props) {
|
||||
return <VegaOg {...props} />;
|
||||
}
|
||||
Reference in New Issue
Block a user