fix import errors

This commit is contained in:
2026-02-08 16:51:35 +03:30
parent c305c8d06f
commit 2394cb5c23
132 changed files with 338 additions and 36761 deletions
@@ -1,5 +1,5 @@
import type { User } from '../../../users/entities/user.entity';
import type { Shop } from ../../../shops/entities/shop.entity';
import type { User } from 'src/modules/users/entities/user.entity';
import type { Shop } from 'src/modules/shops/entities/shop.entity';
export interface UserLoginResponse {
id: string;