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