restructure

This commit is contained in:
Avraham Sakal
2023-05-18 17:39:29 -04:00
parent 138600709e
commit dc99668812
14 changed files with 23 additions and 31 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Interpreter_T, subscribeToEvents, unsubscribe } from '../index';
import { Interpreter_T, subscribeToEvents, unsubscribe } from './index';
import { useMemo, useState, useEffect, useCallback } from 'preact/hooks';
// need to use an integer instead of toggling a boolean back and forth; probably a bug with useState():
+1 -1
View File
@@ -1,4 +1,4 @@
import { Interpreter_T, subscribeToEvents, unsubscribe } from '../index';
import { Interpreter_T, subscribeToEvents, unsubscribe } from './index';
import { useMemo, useState, useEffect, useCallback } from 'react';
// need to use an integer instead of toggling a boolean back and forth; probably a bug with useState():