We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c8a0fc + abca62c commit b75b101Copy full SHA for b75b101
src/App.js
@@ -5,9 +5,16 @@ function App() {
5
return (
6
<div className="App">
7
<header className="App-header">
8
+<<<<<<< HEAD
9
<img src={gatorLogo} className="App-logo" alt="logo" />
10
<p> Hello World! </p>
11
<p> My name is Chloe Imbusch and this is my project </p>
12
+=======
13
+ <img src={logo} className="App-logo" alt="logo" />
14
+ <p>
15
+ Hello World! This is our team project.
16
+ </p>
17
+>>>>>>> 242861e (added new project text)
18
</header>
19
</div>
20
);
0 commit comments