frontPanel/src/pages/createQuize/QuizGallery/templates/Repair.ts

8 lines
164 B
TypeScript
Raw Normal View History

2024-05-17 14:13:05 +00:00
import type { Category } from "../Template";
export const REPAIR_TEMPLATES: Category = {
categoryType: "Repair",
category: "Ремонт",
templates: [],
};