generated from Code-Institute-Org/react-ci-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
20 about page #22
Closed
Closed
20 about page #22
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
8d6d276
Merge pull request #2 from timofeysie/develop
timofeysie 3dd19e6
Merge pull request #3 from timofeysie/develop
timofeysie 2a619a4
Merge pull request #4 from timofeysie/develop
timofeysie 83d0fc7
Merge pull request #6 from timofeysie/develop
timofeysie bc62556
Merge pull request #8 from timofeysie/develop
timofeysie 2ea10b1
Merge pull request #10 from timofeysie/develop
timofeysie 2731a7f
Merge pull request #11 from timofeysie/develop
timofeysie edd63ba
Merge pull request #12 from timofeysie/develop
timofeysie 0ef15f6
Merge pull request #13 from timofeysie/develop
timofeysie a40dd96
Merge pull request #17 from timofeysie/develop
timofeysie e323466
Merge pull request #18 from timofeysie/develop
timofeysie 293fac2
Merge pull request #19 from timofeysie/develop
timofeysie 2ed3f4f
updated script for legacy
giahp 5301d07
Merge branch 'develop' into 20-about-page
giahp 9502b72
add about page but not working
giahp af0601a
error fixed, about page is working
giahp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import React from "react"; | ||
import AboutPage from "./AboutPage"; | ||
|
||
function App() { | ||
return ( | ||
<div className="App"> | ||
<AboutPage /> | ||
</div> | ||
); | ||
} | ||
|
||
export default App; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I seem to remember this file looking a little different on your screen. Also, we wont need the message prop in the route tag.