Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions src/components/app.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React, { Component } from 'react';
import Alex from './alex'
import Saundra from './saundra'
import Alex from './alex';
import Saundra from './saundra';

import Landon from './landon'
import Paola from './Paola'
import Jared from './jared'
import Josh from './josh'
import Landon from './landon';
import Paola from './Paola';
import Jared from './jared';
import Josh from './josh';

class App extends Component {
render() {
Expand All @@ -23,4 +23,5 @@ import Josh from './josh'
}
}


export default App