Remove internal imports. Run prettier.

This commit is contained in:
Mikael Sand
2018-03-19 04:02:14 +02:00
parent 461d176d20
commit 4e6ba9a786
24 changed files with 510 additions and 422 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import {Component} from 'react';
import SvgTouchableMixin from '../lib/SvgTouchableMixin';
import _ from 'lodash';
import { Component } from "react";
import SvgTouchableMixin from "../lib/SvgTouchableMixin";
import _ from "lodash";
class Shape extends Component {
constructor() {