mirror of
https://github.com/bspeice/speice.io
synced 2024-12-23 00:58:09 -05:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import {VictoryArea} from "victory";
|
|
|
|
function F() {
|
|
return <VictoryArea data={}
|
|
} |