Skip to content

Commit 82fc48c

Browse files
committed
fix: Sort imports in transformer.ts
1 parent ec7c628 commit 82fc48c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/typeschema/core/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ import {
1717
isNestedIdentifier,
1818
type NestedTypeSchema,
1919
type ProfileIdentifier,
20+
type ProfileTypeSchema,
2021
packageMetaToFhir,
2122
type RichFHIRSchema,
2223
type RichValueSet,
2324
type SpecializationTypeSchema,
2425
type TypeIdentifier,
2526
type TypeSchema,
2627
type ValueSetTypeSchema,
27-
type ProfileTypeSchema,
2828
} from "@typeschema/types";
2929

3030
import { collectBindingSchemas, extractValueSetConceptsByUrl } from "./binding";

0 commit comments

Comments
 (0)