trying to take out the create room object
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export default class CreateRoom {
|
||||
showModal: boolean;
|
||||
|
||||
meetLink?: string;
|
||||
|
||||
constructor() {
|
||||
this.showModal = true;
|
||||
|
||||
this.meetLink = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user