|
|
@@ -26,6 +26,7 @@ import { createEffect, createMemo, createSignal, For, onCleanup, onMount, Show,
|
|
|
import { getRequestEvent } from "solid-js/web"
|
|
|
import type { FeatureCollection, GeometryObject, GeoJsonProperties } from "geojson"
|
|
|
import type { GeometryCollection, Topology } from "topojson-specification"
|
|
|
+import { statsRuntime } from "../stats-runtime"
|
|
|
import { findModelCatalogEntry, getModelCatalog, type ModelCatalog } from "./model-catalog"
|
|
|
import {
|
|
|
applyThemePreference,
|
|
|
@@ -108,7 +109,6 @@ const worldBorderPath = worldPath(mesh(worldTopology, worldCountryGeometries, (a
|
|
|
|
|
|
const getData = query(async () => {
|
|
|
"use server"
|
|
|
- const { statsRuntime } = await import("../stats-runtime")
|
|
|
return statsRuntime.runPromise(getStatsHomeData())
|
|
|
}, "getStatsHomeData")
|
|
|
|