Remove comments

This commit is contained in:
Steve Klebanoff
2018-12-18 13:57:26 -08:00
parent f6525efe95
commit b96236cdb3

View File

@@ -18,8 +18,6 @@ declare module '*.json' {
}
declare module '*.svg' {
//const svg: any;
//export default svg;
import { PureComponent, SVGProps } from 'react';
export default class extends PureComponent<SVGProps<SVGSVGElement>> {}
}