From d81ea5298df3e6aed8b20c77145cd657932d137a Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Fri, 11 Oct 2024 14:46:30 +0800 Subject: [PATCH] formatting --- styles/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/index.ts b/styles/src/index.ts index bb0029a5..9f0b31fc 100644 --- a/styles/src/index.ts +++ b/styles/src/index.ts @@ -1,7 +1,7 @@ import { LayerSpecification } from "@maplibre/maplibre-gl-style-spec"; import { labels_layers, nolabels_layers } from "./base_layers"; -import themes, { Theme } from "./themes"; import { language_script_pairs } from "./language"; +import themes, { Theme } from "./themes"; export { language_script_pairs };