Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in
Logo1

hfpp2012 / react-spd

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • hello-world-react
  • client
  • components
  • App.jsx
  • hfpp2012 yinsigan's avatar
    css module · 49f2f9f8
    hfpp2012 yinsigan committed May 19, 2017
    49f2f9f8 Browse Files
App.jsx 231 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11
import React from 'react';
import styles from '../main.scss';

export default class App extends React.Component {
  render() {
    return (
     <div className={styles.textcenter}>
        <h1>Hello World</h1>
      </div>);
  }
}