Removed comment
This commit is contained in:
		@@ -42,7 +42,6 @@ enum Priority {
 | 
			
		||||
    Low="low"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
//enum prio{high, middle, low}; --> noch nicht im backend
 | 
			
		||||
export interface Task {
 | 
			
		||||
    id?: number;
 | 
			
		||||
    title: string;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user