Skip to content

Commit

Permalink
include duplicate preact fix
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Mar 30, 2021
1 parent 08c4bfd commit ef7df42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/preact-iso/test/router.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { jest, describe, it, beforeEach, expect } from '@jest/globals';
import { h, html, render } from 'htm/preact';
import { h, render } from 'preact';
import { html } from 'htm/preact';
import { LocationProvider, Router, useLocation } from '../router.js';
import lazy, { ErrorBoundary } from '../lazy.js';

Expand Down

0 comments on commit ef7df42

Please sign in to comment.