Display the discomfort breakdown in the tables diagram #154

Merged
bustikiller merged 2 commits from discomfort-breakdown into main 2024-12-16 22:18:40 +00:00
Showing only changes of commit 658b94a2dc - Show all commits

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { Serializable } from "../api/abstract-api";
import { Entity } from "./definitions";
import { Guest } from "./guest";