mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-26 04:37:34 +02:00
♻️ Update eslint config (#1424)
This commit is contained in:
parent
01396b6129
commit
d55131c2ab
162 changed files with 337 additions and 266 deletions
|
@ -1,8 +1,9 @@
|
|||
import { Trans } from "react-i18next/TransWithoutContext";
|
||||
|
||||
import NotificationEmail, {
|
||||
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";
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
import { Trans } from "react-i18next/TransWithoutContext";
|
||||
|
||||
import NotificationEmail, {
|
||||
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