From 2b81cc5d0c2dd979285457c0c31e0c039ce363c7 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 2 Nov 2023 22:37:42 +0100 Subject: [PATCH] comment out (probably) dead end --- website/src/repl/useRepl.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/repl/useRepl.jsx b/website/src/repl/useRepl.jsx index 02dea6a77..eb37faecf 100644 --- a/website/src/repl/useRepl.jsx +++ b/website/src/repl/useRepl.jsx @@ -1,4 +1,4 @@ -import { useStore } from '@nanostores/react'; +/* import { useStore } from '@nanostores/react'; import { webrepl, $replstate, setReplState } from './webrepl.mjs'; import { useState, useCallback, useEffect, useMemo, useRef } from 'react'; import { useHighlighting, flash, usePatternFrame } from '@strudel.cycles/react'; @@ -172,3 +172,4 @@ function s4() { .toString(16) .substring(1); } + */