Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed May 29, 2021
1 parent f7ca79c commit e6077fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions src/components/Modal/FileShareModal.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import React from 'react';
import { Modal, Button, Table, Message } from 'semantic-ui-react';
import {
GoogleReCaptchaProvider,
withGoogleReCaptcha,
} from 'react-google-recaptcha-v3';
import { SignInButton } from '../TopBar/TopBar';
import { Modal, Button } from 'semantic-ui-react';

export class FileShareModal extends React.Component<{
closeModal: Function;
Expand Down
7 changes: 1 addition & 6 deletions src/components/Modal/ScreenShareModal.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import React from 'react';
import { Modal, Button, Table, Message } from 'semantic-ui-react';
import {
GoogleReCaptchaProvider,
withGoogleReCaptcha,
} from 'react-google-recaptcha-v3';
import { SignInButton } from '../TopBar/TopBar';
import { Modal, Button } from 'semantic-ui-react';

export class ScreenShareModal extends React.Component<{
closeModal: Function;
Expand Down

0 comments on commit e6077fe

Please sign in to comment.