fix(chore): remove type specifier from preact import

This commit is contained in:
Julien Oculi 2024-04-02 15:34:44 +02:00
parent ad4732a217
commit 4f061c00b9

View file

@ -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'