Skip to content

Commit 8a1020b

Browse files
committed
style: Linting
1 parent 0d09f1f commit 8a1020b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hydrate.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { ComponentChild, VNode } from 'preact';
1+
import { ComponentChild } from 'preact';
22

33
export default function hydrate(jsx: ComponentChild, parent?: Element | Document | ShadowRoot | DocumentFragment): void;

router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { h, createContext, cloneElement, toChildArray } from 'preact';
2-
import { useContext, useMemo, useReducer, useEffect, useLayoutEffect, useRef } from 'preact/hooks';
2+
import { useContext, useMemo, useReducer, useLayoutEffect, useRef } from 'preact/hooks';
33

44
let push;
55
const UPDATE = (state, url) => {

0 commit comments

Comments
 (0)