refactor packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { IInterval } from '@/types';
|
||||
import type { IInterval } from '@mixan/validation';
|
||||
|
||||
export function formatDateInterval(interval: IInterval, date: Date): string {
|
||||
if (interval === 'hour' || interval === 'minute') {
|
||||
|
||||
Reference in New Issue
Block a user