Move context provide up one layer to the DevIdePage

Related to #360
This commit is contained in:
Kurt Hutten
2021-06-12 20:35:13 +10:00
parent cd94f11374
commit e9583166f4
8 changed files with 41 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
import { useContext, Suspense, lazy } from 'react'
import { IdeContext } from 'src/components/IdeToolbarNew'
import { IdeContext } from 'src/pages/DevIdePage/DevIdePage'
import { makeCodeStoreKey } from 'src/helpers/hooks/useIdeState'
import { requestRender } from 'src/helpers/hooks/useIdeState'
const Editor = lazy(() => import('@monaco-editor/react'))