Skip to content

Commit

Permalink
chore: resolve auth imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 4, 2024
1 parent d41b166 commit 96f9642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auth/components/TelegramAuthButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

import { Button } from '@session/ui/ui/button';
import { LoginButton } from '@telegram-auth/react';
import { TelegramIcon } from 'icons/TelegramIcon';
import { forwardRef } from 'react';
import { ButtonDataTestId } from 'testing/data-test-ids';
import { TelegramIcon } from '../icons/TelegramIcon';
import { signIn, signOut, useSession } from '../lib/client';
import { ButtonDataTestId } from '../testing/data-test-ids';

type TelegramAuthButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {
csrfToken: string;
Expand Down

0 comments on commit 96f9642

Please sign in to comment.