Skip to content

Commit

Permalink
fix: removed unused input
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniol0012 committed Dec 19, 2024
1 parent 3ab8505 commit f96f8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/room/room-list/room-list.component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, Input, OnInit } from '@angular/core';
import { Component, OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { RoomService } from '../room.service';
import { Room } from '../room';
Expand Down

0 comments on commit f96f8d8

Please sign in to comment.