From 5382ed028c7ec554f760affa7f533b15421959c9 Mon Sep 17 00:00:00 2001 From: Renard Date: Wed, 11 Sep 2019 19:54:48 -0300 Subject: First commit --- src/NotFound.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/NotFound.js (limited to 'src/NotFound.js') diff --git a/src/NotFound.js b/src/NotFound.js new file mode 100644 index 0000000..8f04084 --- /dev/null +++ b/src/NotFound.js @@ -0,0 +1,18 @@ +import React from "react"; +import { Header, Icon } from "semantic-ui-react"; + +const NotFound = () => { + return ( +