feat: convert-hours-to-days

This commit is contained in:
Chesterkxng
2025-03-26 01:32:09 +00:00
parent 243c7d45a2
commit fadd503133
5 changed files with 226 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import { tool as daysDoHours } from './convert-days-to-hours/meta';
import { tool as hoursToDays } from './convert-hours-to-days/meta';
export const timeTools = [daysDoHours];
export const timeTools = [daysDoHours, hoursToDays];