Skip to content

Commit

Permalink
Fixed import.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 28, 2023
1 parent a1e2dbb commit b70dee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basis/TextBasis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import BooleanType from '@nodes/BooleanType';
import NumberType from '@nodes/NumberType';
import TextType from '@nodes/TextType';
import type Type from '@nodes/Type';
import BoolValue from '@values/BoolValue';
import type BoolValue from '@values/BoolValue';
import type Value from '@values/Value';
import {
createBasisConversion,
Expand Down

0 comments on commit b70dee6

Please sign in to comment.