Remove unused imports and components.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user