mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-18 21:49:31 +02:00
feat: convert-hours-to-days
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user