From c87d894d01b789f7953f558ad5cc68080c0f8b29 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Mon, 12 Oct 2020 19:50:30 -0700 Subject: woops i forgot to commit these files lul --- .../project/project-page/ProjectNavigation.js | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/components/project/project-page/ProjectNavigation.js (limited to 'src/components/project/project-page/ProjectNavigation.js') diff --git a/src/components/project/project-page/ProjectNavigation.js b/src/components/project/project-page/ProjectNavigation.js new file mode 100644 index 0000000..014af21 --- /dev/null +++ b/src/components/project/project-page/ProjectNavigation.js @@ -0,0 +1,25 @@ +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; + +export default class ProjectNavigation extends Component { + render() { + return( +
+
+
+
+ + previous + +
+
+ + next + +
+
+
+
+ ) + } +} \ No newline at end of file -- cgit v1.2.3