Felix 2016-08-31 21:21:50 +02:00
parent 4d7b6bf56c
commit b671dd48b3
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import POGOProtos from "pokemongo-protobuf";
import CFG from "../../../../CFG";
import CFG from "../../../../cfg";
import print from "../../../print";
/**

View File

@ -1,6 +1,6 @@
import POGOProtos from "pokemongo-protobuf";
import CFG from "../../../../CFG";
import CFG from "../../../../cfg";
import print from "../../../print";
/**

View File

@ -2,7 +2,7 @@ import POGOProtos from "pokemongo-protobuf";
import s2 from "s2-geometry";
import CFG from "../../../../CFG";
import CFG from "../../../../cfg";
import print from "../../../print";
const S2Geo = s2.S2;