Skip to content
Snippets Groups Projects
Commit 1c4a10a4 authored by David Smadja's avatar David Smadja
Browse files

remove unused imports

parent 5371254d
Branches
Tags
No related merge requests found
Pipeline #19705 passed
......@@ -10,13 +10,8 @@ import {
variableSummaryByName,
} from "$lib/variables"
import { nonVirtualVariablesName } from "$lib/decompositions"
import type {
EntityByKey,
Entity,
GroupEntity,
PersonEntity,
} from "@openfisca/json-model"
import { entityByKey, personEntityKey } from "$lib/entities"
import type { EntityByKey, Entity, GroupEntity } from "@openfisca/json-model"
import { entityByKey } from "$lib/entities"
type JsonObject = { [key: string]: any }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment