Skip to content

Commit

Permalink
refactor: update employee-store-invitation.tsx to use consistent inde…
Browse files Browse the repository at this point in the history
…ntation
  • Loading branch information
CarlosPavajeau committed May 17, 2024
1 parent 2623e76 commit 5109620
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/emails/employee-store-invitation.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import {
Body,
Button,
Container,
Head,
Hr,
Html,
Preview,
Tailwind,
Text,
Body,
Button,
Container,
Head,
Hr,
Html,
Preview,
Tailwind,
Text,
} from "@react-email/components";

type Props = {
Expand Down

0 comments on commit 5109620

Please sign in to comment.