diff --git a/pages/_/stats.js b/pages/_/stats.js index 28ceb84a..fcaa490c 100644 --- a/pages/_/stats.js +++ b/pages/_/stats.js @@ -1,8 +1,8 @@ import * as React from "react"; import * as Strings from "~/common/strings"; import * as Constants from "~/common/constants"; - import * as System from "~/components/system"; + import Section from "~/components/core/Section"; import ChartParent from "~/components/stats/ChartParent"; @@ -400,7 +400,7 @@ export default class StatsPage extends React.Component {
- +
);