diff --git a/src/templates/not_found/index.jsx b/src/templates/not_found/index.jsx index 1aca4e8..cae7b92 100644 --- a/src/templates/not_found/index.jsx +++ b/src/templates/not_found/index.jsx @@ -1,8 +1,14 @@ import React from 'react'; +import Layout from '../../components/Layout'; const NotFound = () => { return ( -
We're sorry, we can't find the page you're looking for.
+