import * as React from "react"; import * as System from "~/components/system"; import Group from "~/components/system/Group"; import SystemPage from "~/components/system/SystemPage"; import ViewSourceLink from "~/components/system/ViewSourceLink"; export default class SystemPageLineCharts extends React.Component { render() { return null; /* return ( Line Charts

The StatCard component is used to display data on a line chart.

Usage

Declare the StatCard component.
{` Amount of Filecoin `}

Output

Amount of Filecoin

Props

); */ } }