restructure
This commit is contained in:
@@ -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,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():
|
||||
Reference in New Issue
Block a user