UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

6 lines (5 loc) 154 B
type Props = { isInModal?: boolean; }; export default function LandingPage({ isInModal }: Props): import("react/jsx-runtime").JSX.Element; export {};