removed home placeholder from home page
This commit is contained in:
		
							parent
							
								
									a753bcfb0f
								
							
						
					
					
						commit
						f015e11864
					
				@ -1,7 +1,6 @@
 | 
				
			|||||||
import React, { Component, Fragment } from 'react';
 | 
					import React, { Component } from 'react';
 | 
				
			||||||
import Typography from '@material-ui/core/Typography';
 | 
					 | 
				
			||||||
import FlameLinkComponentCreations from '../components/FlameLinkComponentCreations';
 | 
					import FlameLinkComponentCreations from '../components/FlameLinkComponentCreations';
 | 
				
			||||||
import flamelinkApp from '../flamelink.js';
 | 
					import flamelinkApp from '../flamelink';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Home extends Component {
 | 
					class Home extends Component {
 | 
				
			||||||
    constructor() {
 | 
					    constructor() {
 | 
				
			||||||
@ -21,14 +20,7 @@ class Home extends Component {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    render() {
 | 
					    render() {
 | 
				
			||||||
        return (
 | 
					        return (
 | 
				
			||||||
            <div>
 | 
					 | 
				
			||||||
                <Typography variant='display1' align='center' gutterBottom>
 | 
					 | 
				
			||||||
                    Home
 | 
					 | 
				
			||||||
                </Typography>
 | 
					 | 
				
			||||||
                <Fragment>
 | 
					 | 
				
			||||||
            <FlameLinkComponentCreations schemaDetails={this.state.schemaDetails} />
 | 
					            <FlameLinkComponentCreations schemaDetails={this.state.schemaDetails} />
 | 
				
			||||||
                </Fragment>
 | 
					 | 
				
			||||||
            </div>
 | 
					 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user