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:
2025-05-21 03:01:03 +02:00
parent 428e84927f
commit 316f3af04e

View File

@@ -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,