You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/views/App.js
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ import * as API from '../api.js';
3
3
importMyAuthfrom'./MyAuth.js';
4
4
importPostListfrom'./PostList.js';
5
5
importNewPostfrom'./NewPost.js';
6
+
importDiscoverfrom'./Discover.js';
6
7
importbrowseUserfrom'../browseUser.js';
7
8
8
9
exportdefaultfunctionApp(state){
@@ -34,9 +35,7 @@ export default function App(state) {
34
35
</section>
35
36
</article>
36
37
<aside>
37
-
<h1>Discover others</h1>
38
-
<p>
39
-
Follow the followers of your followers, or the followers of those you follow.
38
+
${Discover(state)}
40
39
</aside>
41
40
<footer>
42
41
Project of Dosycorp. "Gist", GitHub are marks of GitHub, Inc and its parents and subsidiaries. There is no relationship between GistBarn and these companies.
0 commit comments