Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Jan 27, 2025
1 parent d4d9efd commit bc5a51e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import * as Collapsible from '@radix-ui/react-collapsible';
import { AnimatePresence, LayoutGroup, motion } from 'framer-motion';
import Link from 'next/link';
import { useSearchParams } from 'next/navigation';
import { emailsDirectoryAbsolutePath } from '../../utils/emails-directory-absolute-path';
import { cn } from '../../utils';
import { emailsDirectoryAbsolutePath } from '../../utils/emails-directory-absolute-path';
import type { EmailsDirectory } from '../../utils/get-emails-directory-metadata';
import { IconFile } from '../icons/icon-file';
import { SidebarDirectory } from './sidebar-directory';
Expand Down

1 comment on commit bc5a51e

@vercel
Copy link

@vercel vercel bot commented on bc5a51e Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-email-demo – ./apps/demo

react-email-demo-git-main-resend.vercel.app
react-email-demo.vercel.app
react-email-demo-resend.vercel.app
demo.react.email

Please sign in to comment.