fix: react email
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import { Button as EmailButton } from '@react-email/components';
|
import { Button as EmailButton } from '@react-email/components';
|
||||||
import type * as React from 'react';
|
// biome-ignore lint/style/useImportType: <explanation>
|
||||||
|
import React from 'react';
|
||||||
|
|
||||||
export function Button({
|
export function Button({
|
||||||
href,
|
href,
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ import {
|
|||||||
Section,
|
Section,
|
||||||
Tailwind,
|
Tailwind,
|
||||||
} from '@react-email/components';
|
} from '@react-email/components';
|
||||||
import type React from 'react';
|
// biome-ignore lint/style/useImportType: <explanation>
|
||||||
|
import React from 'react';
|
||||||
import { Footer } from './footer';
|
import { Footer } from './footer';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
import { Text } from '@react-email/components';
|
import { Text } from '@react-email/components';
|
||||||
|
// biome-ignore lint/style/useImportType: <explanation>
|
||||||
|
import React from 'react';
|
||||||
|
|
||||||
export function List({ items }: { items: React.ReactNode[] }) {
|
export function List({ items }: { items: React.ReactNode[] }) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user