Convert to UseIdeContext

related to #360
This commit is contained in:
Kurt Hutten
2021-06-13 06:23:36 +10:00
parent c142860433
commit d781c94027
7 changed files with 19 additions and 20 deletions

View File

@@ -1,9 +1,10 @@
import { makeEncodedLink } from './helpers'
import { copyTextToClipboard } from 'src/helpers/clipboard'
import {useIdeContext} from 'src/helpers/hooks/useIdeContext'
import { useIdeContext } from 'src/helpers/hooks/useIdeContext'
const FullScriptEncoding = () => {
const {state} = useIdeContext()
const { state } = useIdeContext()
const encodedLink = makeEncodedLink(state.code)
return (
<>