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

remove unused imports

parent 5371254d
No related branches found
No related tags found
No related merge requests found
Pipeline #19705 passed
...@@ -10,13 +10,8 @@ import { ...@@ -10,13 +10,8 @@ import {
variableSummaryByName, variableSummaryByName,
} from "$lib/variables" } from "$lib/variables"
import { nonVirtualVariablesName } from "$lib/decompositions" import { nonVirtualVariablesName } from "$lib/decompositions"
import type { import type { EntityByKey, Entity, GroupEntity } from "@openfisca/json-model"
EntityByKey, import { entityByKey } from "$lib/entities"
Entity,
GroupEntity,
PersonEntity,
} from "@openfisca/json-model"
import { entityByKey, personEntityKey } from "$lib/entities"
type JsonObject = { [key: string]: any } 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