mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
fix lint warnings
This commit is contained in:
@@ -3,8 +3,6 @@ const MOVE_TO = 0;
|
||||
const CLOSE = 1;
|
||||
const LINE_TO = 2;
|
||||
const CURVE_TO = 3;
|
||||
const ARC = 4;
|
||||
|
||||
|
||||
export default class SerializablePath {
|
||||
constructor(path) {
|
||||
|
||||
Reference in New Issue
Block a user