UNPKG

@intuitionrobotics/thunderstorm

Version:
7 lines 166 B
import * as React from "react"; export class GenericTabs extends React.Component { render() { return "hi"; } } //# sourceMappingURL=GenericTabs.js.map