mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 06:35:04 +00:00
Remove internal imports. Run prettier.
This commit is contained in:
+3
-3
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user