Merge branch 'master' of https://github.com/alDuncanson/marten-application into Sightings
This commit is contained in:
15
src/pages/SightingList.js
Normal file
15
src/pages/SightingList.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import React, { Component } from 'react';
|
||||
import ViewSightings from '../components/ViewSightings.js';
|
||||
import Typography from '@material-ui/core/Typography';
|
||||
|
||||
class Sighting extends Component {
|
||||
render() {
|
||||
return (
|
||||
<Typography variant='display1' align='center' gutterBottom>
|
||||
<ViewSightings/>
|
||||
</Typography>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default Sighting;
|
||||
Reference in New Issue
Block a user