clean imports

This commit is contained in:
Tangent Wantwight 2024-01-13 15:21:46 -05:00
parent 38f4dd1bee
commit a096c81c03
1 changed files with 1 additions and 2 deletions

View File

@ -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";