Auto-remove unused imports
This commit is contained in:
		
							parent
							
								
									d42ec42b0e
								
							
						
					
					
						commit
						f07a022d63
					
				|  | @ -1,5 +1,4 @@ | |||
| import { LinkIcon } from '@heroicons/react/outline' | ||||
| import toast from 'react-hot-toast' | ||||
| 
 | ||||
| import { Contract } from 'common/contract' | ||||
| import { contractPath } from 'web/lib/firebase/contracts' | ||||
|  | @ -9,9 +8,7 @@ import { Row } from '../layout/row' | |||
| import { ShareEmbedButton } from '../share-embed-button' | ||||
| import { Title } from '../title' | ||||
| import { TweetButton } from '../tweet-button' | ||||
| import { Button } from '../button' | ||||
| import { copyToClipboard } from 'web/lib/util/copy' | ||||
| import { track, withTracking } from 'web/lib/service/analytics' | ||||
| import { withTracking } from 'web/lib/service/analytics' | ||||
| import { ENV_CONFIG } from 'common/envs/constants' | ||||
| import { User } from 'common/user' | ||||
| import { SiteLink } from '../site-link' | ||||
|  |  | |||
|  | @ -1,11 +1,6 @@ | |||
| import { LinkIcon } from '@heroicons/react/outline' | ||||
| import toast from 'react-hot-toast' | ||||
| import { copyToClipboard } from 'web/lib/util/copy' | ||||
| import { track } from 'web/lib/service/analytics' | ||||
| import { Modal } from './layout/modal' | ||||
| import { Col } from './layout/col' | ||||
| import { Title } from './title' | ||||
| import { Button } from './button' | ||||
| import { TweetButton } from './tweet-button' | ||||
| import { Row } from './layout/row' | ||||
| import { CopyLinkButton } from './copy-link-button' | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user