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,6 +1,6 @@
import { useContext, useRef, useEffect } from 'react'
import { Mosaic, MosaicWindow } from 'react-mosaic-component'
import { IdeContext } from 'src/components/IdeToolbarNew'
import { IdeContext } from 'src/pages/DevIdePage/DevIdePage'
import { requestRender } from 'src/helpers/hooks/useIdeState'
import IdeEditor from 'src/components/IdeEditor'
import IdeViewer from 'src/components/IdeViewer'