bring back h

This commit is contained in:
Josh Hawkins 2023-10-13 23:13:36 -05:00
parent 3d7d8af118
commit 027243dd71

View File

@ -1,4 +1,4 @@
import { createContext } from 'preact';
import { h, createContext } from 'preact';
import { baseUrl } from './baseUrl';
import { produce } from 'immer';
import { useCallback, useContext, useEffect, useReducer } from 'preact/hooks';