Commit 0405adea authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 505d8450
......@@ -3,12 +3,10 @@ import { RouterModule, Routes } from '@angular/router';
import { AuthGuard } from './auth.guard';
import { LobbyComponent } from './lobby/lobby.component';
import { LoginService } from './login.service';
import { MatchDialog } from './match/match.component';
import { NewRoomComponent } from './new-room/new-room.component';
import { RoomListComponent } from './room-list/room-list.component';
import { WindbotComponent } from './windbot/windbot.component';
import { WatchComponent } from './watch/watch.component';
import { DecksComponent } from './decks/decks.component';
import { WindbotComponent } from './windbot/windbot.component';
const routes: Routes = [
{
......@@ -21,7 +19,6 @@ const routes: Routes = [
{ path: 'ygopro/lobby', component: LobbyComponent },
{ path: 'ygopro/windbot', component: WindbotComponent },
{ path: 'ygopro/watch', component: WatchComponent },
{ path: 'ygopro/decks', component: DecksComponent },
]
},
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment