mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-18 21:49:31 +02:00
feat: convert-seconds-to-time
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { tool as daysDoHours } from './convert-days-to-hours/meta';
|
||||
import { tool as hoursToDays } from './convert-hours-to-days/meta';
|
||||
import { tool as convertSecondsToTime } from './convert-seconds-to-time/meta';
|
||||
|
||||
export const timeTools = [daysDoHours, hoursToDays];
|
||||
export const timeTools = [daysDoHours, hoursToDays, convertSecondsToTime];
|
||||
|
Reference in New Issue
Block a user