Paths refactor # > @/

This commit is contained in:
2025-02-12 00:12:26 +01:00
parent bebd5876da
commit fef0ae6e28
136 changed files with 526 additions and 526 deletions

View File

@ -1,8 +1,8 @@
import { Server as SocketServer } from 'socket.io'
import type { TSocket } from '#application/types'
import type { TSocket } from'@/application/types'
import { SocketEvent } from '#application/enums'
import { SocketEvent } from'@/application/enums'
export default class SomeJob {
constructor(private params: any) {}