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