Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
style: 🎨 remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BSoDium committed May 2, 2022
1 parent 35288ad commit ff06077
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import ThirdPartyAuth from 'components/ThirdPartyAuth';
import ThemeSwitcher from 'components/ThemeSwitcher';
import { isDev } from 'App';
import Session from 'utils/Session';
import LoginFailureException from 'utils/LoginFailureException';

export declare interface LoginProps {
session: Session,
Expand Down
1 change: 0 additions & 1 deletion src/utils/Session.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { isDev } from 'App';
import LoginFailureException from './LoginFailureException';

export declare interface LoginData {
email: string;
Expand Down

0 comments on commit ff06077

Please sign in to comment.