Remove unused imports
This commit is contained in:
		@@ -1,5 +1,4 @@
 | 
				
			|||||||
import * as _ from 'lodash';
 | 
					import * as _ from 'lodash';
 | 
				
			||||||
import { darken } from 'polished';
 | 
					 | 
				
			||||||
import * as React from 'react';
 | 
					import * as React from 'react';
 | 
				
			||||||
import Typist from 'react-typist';
 | 
					import Typist from 'react-typist';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,11 +24,6 @@ interface BoxContent {
 | 
				
			|||||||
    classNames: string;
 | 
					    classNames: string;
 | 
				
			||||||
    maxWidth: number;
 | 
					    maxWidth: number;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
interface AssetType {
 | 
					 | 
				
			||||||
    title: string;
 | 
					 | 
				
			||||||
    imageUrl: string;
 | 
					 | 
				
			||||||
    style?: React.CSSProperties;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
interface UseCase {
 | 
					interface UseCase {
 | 
				
			||||||
    imageUrl: string;
 | 
					    imageUrl: string;
 | 
				
			||||||
    type: string;
 | 
					    type: string;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user