diff --git a/src/components/controllers/repl/index.jsx b/src/components/controllers/repl/index.jsx index 4c7a7743f..ba913fd04 100644 --- a/src/components/controllers/repl/index.jsx +++ b/src/components/controllers/repl/index.jsx @@ -1,4 +1,4 @@ -import { useState } from 'preact/hooks'; +import { useState, useCallback } from 'preact/hooks'; import { useLocation, useRoute } from 'preact-iso'; import { Splitter } from '../../splitter'; import { ErrorOverlay } from './error-overlay';