Skip to content

Commit 3edb58c

Browse files
committed
fix: unused import
1 parent 587d088 commit 3edb58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { DataSource, MockmateOptions } from "./types.js";
1+
import type { MockmateOptions } from "./types.js";
22
import { fetchData } from "./fetcher.js";
33
import { generateFromSchema } from "./shema.js";
44

0 commit comments

Comments
 (0)