refactor(utils): update import path for TimerOptions
- Adjusts the import path for TimerOptions to align with the new module structure. - Simplifies dependency management by consolidating imports.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user