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 { BEACH, ICECAP, WATER } from "./data";
|
||||
import { WATER } from "./data";
|
||||
import {
|
||||
ALL_ISLANDS,
|
||||
BIG_ISLANDS,
|
||||
|
@ -7,7 +7,6 @@ import {
|
|||
LobeGenerator,
|
||||
NO_ISLAND,
|
||||
ROCKY_ISLANDS,
|
||||
SINKHOLE,
|
||||
SMALL_ISLANDS,
|
||||
VOIDS,
|
||||
} from "./generators";
|
||||
|
|
Loading…
Add table
Reference in a new issue