Skip to content

Commit

Permalink
Remove unused imports 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky committed Dec 8, 2024
1 parent 7352492 commit 6120a4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { Toaster } from '@/components/ui/sonner';
import { ClientOnly } from '@/components/client-only';
import { env } from '@/env';

import { Footer } from './_components/footer';
import { Header } from './_components/header';
import './globals.css';
import { Providers } from './providers';

Expand Down
1 change: 0 additions & 1 deletion components/ui/alert-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
import * as React from 'react';
import { X } from 'lucide-react';

import { buttonVariants } from '@/components/ui/button';

Expand Down

0 comments on commit 6120a4d

Please sign in to comment.