move global services to "global" directory

This commit is contained in:
Hazelnoot 2025-10-07 23:22:15 -04:00
parent 00b216c83c
commit a55649e89a
192 changed files with 223 additions and 223 deletions

View file

@ -4,7 +4,7 @@
*/
import { Injectable } from '@nestjs/common';
import { TimeService, Timer } from '@/core/TimeService.js';
import { TimeService, Timer } from '@/global/TimeService.js';
import { addPatch, type DatePatch } from '@/misc/patch-date.js';
/**