diff --git a/components/AppLayout.js b/components/AppLayout.js index a60d7ac..7440354 100644 --- a/components/AppLayout.js +++ b/components/AppLayout.js @@ -1,6 +1,6 @@ import React, { Fragment as F } from 'react' -const AppLayout = ({ menu, children }) => { +const AppLayout = ({ version, menu, children }) => { return (