Skip to content

Commit d61c3c2

Browse files
committed
add admin page
1 parent 0a5bb47 commit d61c3c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/Admin/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import React from 'react';
2+
3+
const Admin = () => (
4+
<div>
5+
<h1>Admin</h1>
6+
</div>
7+
);
8+
9+
export default Admin;

0 commit comments

Comments
 (0)