remove console.log

This commit is contained in:
Andrea Blankenstijn 2020-03-15 22:15:20 +01:00
parent 3887dfe65c
commit 53ce0a8517
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import React from 'react'
import App from './App'
import Context from './Context'
function AppWrapper() {
function AppWrapper () {
return (
<Context.Provider value={{page: {}}}>
<App />