There was an error while loading. Please reload this page.
1 parent 8238136 commit b6c30e7Copy full SHA for b6c30e7
1 file changed
test/preact.test.js
@@ -11,7 +11,7 @@
11
* limitations under the License.
12
*/
13
14
-const { html, Component, render } = require('../preact/index.js');
+const { html, Component, render } = require('../preact');
15
16
describe('preact-html', () => {
17
const scratch = document.createElement('div');
0 commit comments