fix(chore): remove type
specifier from preact import
This commit is contained in:
parent
ad4732a217
commit
4f061c00b9
|
@ -1,4 +1,4 @@
|
||||||
import type React from 'preact/compat' //for jsx-email
|
import React from 'preact/compat' //for jsx-email
|
||||||
import { render } from 'jsx-email'
|
import { render } from 'jsx-email'
|
||||||
// @deno-types="npm:turndown"
|
// @deno-types="npm:turndown"
|
||||||
import Turndown from 'turndown'
|
import Turndown from 'turndown'
|
||||||
|
|
Loading…
Reference in a new issue