Remove unused imports and components.

This commit is contained in:
2026-09-04 11:00:50 +02:00
parent d432b244f3
commit e63b80a92a
6 changed files with 6 additions and 30 deletions
-8
View File
@@ -16,14 +16,6 @@ export interface AttendanceRecord {
out: string | null;
}
export interface DocumentItem {
id: number;
mimetype: string;
filename: string;
url: string;
date: string;
}
export interface TimeOffRequestType {
id: number;
name: string;