1
0
Fork 0

chore(lint): sort imports

This commit is contained in:
François Chalifour 2020-07-21 11:01:02 +02:00
parent d8da20026c
commit 481f2bc85f

View file

@ -1,6 +1,5 @@
import React, { render } from 'preact/compat';
import { DocSearch, version } from '@docsearch/react';
import React, { render } from 'preact/compat';
function getHTMLElement(
value: string | HTMLElement,