Advertisement
BerryBarusman

Menu About/Tentang Redu ya

Mar 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. import React, {Component} from 'react';
  2.  
  3. class AboutPage extends Component{
  4.   render(){
  5.     return (<div>
  6.         <div className="container">
  7.           <div className="jumbotron">
  8.             <h1>REDU adalah blablabla</h1>
  9.           </div>
  10.         </div>
  11.         </div>)
  12.   }
  13. }
  14.  
  15. export default AboutPage;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement