remove inventory

This commit is contained in:
2026-02-08 10:49:16 +03:30
parent 9a7010dcea
commit 8aac87add1
76 changed files with 125 additions and 639 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import type { EntityManager } from '@mikro-orm/core';
import { Schedule } from ../../..shops/entities/schedule.entity';
import type { Shop } from ../../..shops/entities/shop.entity';
import { Schedule } from ../../../shops/entities/schedule.entity';
import type { Shop } from ../../../shops/entities/shop.entity';
import { timeSlots } from './data/schedules.data';
export class SchedulesSeeder {