clean imports
This commit is contained in:
parent
38f4dd1bee
commit
a096c81c03
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
import { Prng, UINT_MAX, mulberry32 } from "../lib/prng";
|
import { Prng, UINT_MAX, mulberry32 } from "../lib/prng";
|
||||||
import { BEACH, ICECAP, WATER } from "./data";
|
import { WATER } from "./data";
|
||||||
import {
|
import {
|
||||||
ALL_ISLANDS,
|
ALL_ISLANDS,
|
||||||
BIG_ISLANDS,
|
BIG_ISLANDS,
|
||||||
|
@ -7,7 +7,6 @@ import {
|
||||||
LobeGenerator,
|
LobeGenerator,
|
||||||
NO_ISLAND,
|
NO_ISLAND,
|
||||||
ROCKY_ISLANDS,
|
ROCKY_ISLANDS,
|
||||||
SINKHOLE,
|
|
||||||
SMALL_ISLANDS,
|
SMALL_ISLANDS,
|
||||||
VOIDS,
|
VOIDS,
|
||||||
} from "./generators";
|
} from "./generators";
|
||||||
|
|
Loading…
Add table
Reference in a new issue