Skip to content

Commit

Permalink
style: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Aug 7, 2024
1 parent 45177dc commit 744318c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adminSiteServer/testPageRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import React from "react"

import { renderToHtmlPage, expectInt } from "../serverUtils/serverUtil.js"
import {
getChartConfigById,
getChartConfigBySlug,
getChartVariableData,
} from "../db/model/Chart.js"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 744318c

Please sign in to comment.