We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d74e1af + ba9fde9 commit 86876d1Copy full SHA for 86876d1
src/App.js
@@ -19,6 +19,8 @@ function App() {
19
<Route path="/contact-us" component={ContactUS}/>
20
<Route path="/post/:slug" component={Post} />
21
22
+ {/* I am trying to learn forking, plz accept */}
23
+
24
25
</div>
26
</Router>
0 commit comments