mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-25 20:27:44 +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,8 +1,6 @@
|
|||
import { Trans } from "react-i18next/TransWithoutContext";
|
||||
|
||||
import type {
|
||||
NotificationBaseProps,
|
||||
} from "../components/notification-email";
|
||||
import type { NotificationBaseProps } from "../components/notification-email";
|
||||
import NotificationEmail from "../components/notification-email";
|
||||
import { Heading, Text } from "../components/styled-components";
|
||||
import type { EmailContext } from "../types";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue