Skip to content

Commit

Permalink
removed invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
tulsiojha committed Sep 30, 2024
1 parent 198f8db commit c05617c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/app-setup/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import Page404 from '~/components/organisms/page-404';
import { getClientEnv, getServerEnv } from '~/root/lib/configs/base-url.cjs';
import { useDataFromMatches } from '../client/hooks/use-custom-matches';
import { TooltipContainer } from '~/components/atoms/tooltipV2';
import { RECAPTCHA_SITE_KEY } from '~/auth/consts';

export const links: LinksFunction = () => [
{ rel: 'stylesheet', href: stylesUrl },
Expand Down

0 comments on commit c05617c

Please sign in to comment.