diff --git a/src/utils/fs.ts b/src/utils/fs.ts index 60e1c6c..7294178 100644 --- a/src/utils/fs.ts +++ b/src/utils/fs.ts @@ -1,6 +1,6 @@ import { ensureDir } from 'https://deno.land/std@0.224.0/fs/mod.ts'; import { join } from 'https://deno.land/std@0.224.0/path/mod.ts'; -import { TimerOptions } from '../types/options.ts'; +import { TimerOptions } from '../types/mod.ts'; export async function writeUnitFiles( name: string,