From 189d1023c6725ad693733d5bc9e1a75d16d756c0 Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 18 Oct 2019 10:16:20 +1100 Subject: [PATCH] remove nav --- client/src/components/mnml.jsx | 3 +-- server/src/events.rs | 1 + server/src/rpc.rs | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/client/src/components/mnml.jsx b/client/src/components/mnml.jsx index 70a184fe..5c4ae51b 100644 --- a/client/src/components/mnml.jsx +++ b/client/src/components/mnml.jsx @@ -2,7 +2,7 @@ const preact = require('preact'); const { connect } = require('preact-redux'); const Main = require('./main'); -const Nav = require('./nav'); +// const Nav = require('./nav'); const Controls = require('./controls'); const Footer = require('./footer'); @@ -12,7 +12,6 @@ const addState = connect( const Mnml = ({ showNav }) =>
-