diff --git a/src/components/home.js b/src/components/app.js similarity index 94% rename from src/components/home.js rename to src/components/app.js index b81e4dfa..f4f997be 100644 --- a/src/components/home.js +++ b/src/components/app.js @@ -1,9 +1,9 @@ import React from "react"; -import { Link } from "react-router-dom"; import _ from "lodash"; import Helmet from "react-helmet"; -import Container from "./container"; -import buttonStyles from "./buttons.css"; +import Container from "./framework/container"; +import buttonStyles from "./framework/buttons.css"; +import { connect } from "react-redux"; import Categorical from "./categorical/categorical"; import Continuous from "./continuous/continuous"; @@ -11,6 +11,11 @@ import Joy from "./joy/joy"; import Graph from "./graph/graph"; import Heatmap from "./heatmap/heatmap"; +@connect((state) => { + return { + foo123: state + } +}) class Home extends React.Component { constructor(props) { super(props); @@ -86,7 +91,6 @@ class Home extends React.Component { {/* */} -

cellxgene

Gene selection criteria

{false ? : ""}