Skip to content

Commit

Permalink
🔥 Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Aug 5, 2024
1 parent 1e553dc commit 199f428
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/web/app/routes/web.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { Button, buttonVariants } from 'components/ui/button';
import { ArrowLeft, Clipboard } from 'lucide-react';
import {
ActionFunctionArgs,
MetaArgs,
MetaFunction,
json,
} from '@remix-run/cloudflare';
import { ActionFunctionArgs, MetaArgs, json } from '@remix-run/cloudflare';
import { getGitmojis } from '.server/gitmoji';
import {
useLoaderData,
Expand Down

0 comments on commit 199f428

Please sign in to comment.