From 5f2d4ba39a19e2900192a69a58ee211f4eda9a98 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 22 Jun 2018 14:23:49 -0400 Subject: stepped solutions --- stepped-solutions/08/frontend/components/Nav.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 stepped-solutions/08/frontend/components/Nav.js (limited to 'stepped-solutions/08/frontend/components/Nav.js') diff --git a/stepped-solutions/08/frontend/components/Nav.js b/stepped-solutions/08/frontend/components/Nav.js new file mode 100755 index 0000000..0bd20b7 --- /dev/null +++ b/stepped-solutions/08/frontend/components/Nav.js @@ -0,0 +1,14 @@ +import Link from 'next/link'; + +const Nav = () => ( +
+ + Sell! + + + Home! + +
+); + +export default Nav; -- cgit v1.3