mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-11 05:27:51 +02:00
🎨 Add linting and prettier to more places (#1432)
This commit is contained in:
parent
de6963db4f
commit
ee68d80026
70 changed files with 136 additions and 141 deletions
|
@ -1,13 +1,14 @@
|
|||
import type {
|
||||
LinkProps,
|
||||
SectionProps,
|
||||
TextProps} from "@react-email/components";
|
||||
TextProps,
|
||||
} from "@react-email/components";
|
||||
import {
|
||||
Button as UnstyledButton,
|
||||
Heading as UnstyledHeading,
|
||||
Link as UnstyledLink,
|
||||
Section as UnstyledSection,
|
||||
Text as UnstyledText
|
||||
Text as UnstyledText,
|
||||
} from "@react-email/components";
|
||||
|
||||
import type { EmailContext } from "../types";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue