There was an error while loading. Please reload this page.
1 parent 0b11fd2 commit d5e4407Copy full SHA for d5e4407
src/application/About/index.js
@@ -1,3 +1,8 @@
1
-import React from 'react';
+import React from "react";
2
3
-export const About = () => <div>About</div>
+export const About = () => (
4
+ <div>
5
+ <h1>About</h1>
6
+ <p>About page</p>
7
+ </div>
8
+);
src/application/Users/index.js
-export const Users = () => <div>Users</div>;
+export const Users = () => (
+ <h1>Users</h1>
+ <p>Users page</p>
0 commit comments