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.
1 parent 0a5bb47 commit d61c3c2Copy full SHA for d61c3c2
src/components/Admin/index.js
@@ -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