Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
romgere committed Oct 13, 2023
1 parent 6976f7d commit 5bd01d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/services/font-manager-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { setupTest } from 'ember-qunit';
import * as opentype from 'opentype.js';
import cases from 'qunit-parameterize';
import type FontManagerService from 'text2stl/services/font-manager';
import type { Variant } from '@samuelmeuli/font-manager';
import type { Variant } from 'text2stl/services/font-manager';

const mockedFontList = new Map();

Expand Down

0 comments on commit 5bd01d2

Please sign in to comment.