Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatenolan committed Oct 16, 2019
2 parents 7153fd1 + 43a2461 commit faf5f8c
Show file tree
Hide file tree
Showing 43 changed files with 731 additions and 301 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion lambda/getData.js

Large diffs are not rendered by default.

218 changes: 198 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
"dependencies": {
"axios": "^0.19.0",
"netlify-lambda": "^1.6.3",
"framer-motion": "^1.6.14",
"react": "^16.10.2",
"react-contenteditable": "^3.3.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.10.2",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.1.2",
"react-swipeable": "^5.4.0"
Expand Down Expand Up @@ -36,12 +39,12 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.1.1",
"@testing-library/jest-dom": "^4.1.2",
"@testing-library/react": "^9.3.0",
"cypress": "^3.4.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-15": "^1.4.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-adapter-react-15": "^1.4.1",
"enzyme-adapter-react-16": "^1.15.1",
"react-test-renderer": "^16.10.2"
}
}
Binary file removed src/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h3 {
font-family: 'Montserrat', sans-serif;
font-size: 1em;
color: black;
margin-bottom:1.5em;
margin-bottom:1em;
}

figcaption {
Expand Down
6 changes: 1 addition & 5 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ function App() {
<Route exact path="/" component={PrivacyPolicy} />
<Route exact path="/welcome" component={Welcome} />
<Route exact path="/about" component={About} />
<Route
exact
path="/feelingoverwhelmed"
component={FeelingOverwhelmed}
/>
<Route exact path="/feelingoverwhelmed" component={FeelingOverwhelmed} />
<Route exact path="/helpingourselves" component={HelpingOurselves} />
<Route exact path="/myappointment" component={MyAppointment} />
<Route exact path="/emotions" component={Emotions} />
Expand Down
Binary file removed src/components/.DS_Store
Binary file not shown.
Loading

0 comments on commit faf5f8c

Please sign in to comment.