pb10001/utakata-umigame

View on GitHub
client-beta/src/app/lobby-editor/lobby-editor.component.ts

Summary

Maintainability
A
1 hr
Test Coverage
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-lobby-editor',
  templateUrl: './lobby-editor.component.html',
  styleUrls: ['./lobby-editor.component.css']
})
export class LobbyEditorComponent implements OnInit {
  
  constructor() { }

  ngOnInit() {
  }

}