From 744318cc15425db2da66cc44cc02a496d0f5700f Mon Sep 17 00:00:00 2001 From: Marcel Gerber Date: Wed, 7 Aug 2024 18:28:03 +0100 Subject: [PATCH] style: remove unused imports --- adminSiteServer/testPageRouter.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/adminSiteServer/testPageRouter.tsx b/adminSiteServer/testPageRouter.tsx index 55b1c17edcf..c9a3bd06c29 100644 --- a/adminSiteServer/testPageRouter.tsx +++ b/adminSiteServer/testPageRouter.tsx @@ -5,7 +5,6 @@ import React from "react" import { renderToHtmlPage, expectInt } from "../serverUtils/serverUtil.js" import { - getChartConfigById, getChartConfigBySlug, getChartVariableData, } from "../db/model/Chart.js" @@ -38,7 +37,6 @@ import { GIT_CMS_DIR } from "../gitCms/GitCmsConstants.js" import { ExplorerChartCreationMode } from "../explorer/ExplorerConstants.js" import { getPlainRouteWithROTransaction } from "./plainRouterHelpers.js" import { - ColorScheme, ColorSchemes, GrapherProgrammaticInterface, } from "@ourworldindata/grapher"