mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-12 03:26:24 +00:00
Rename testmessager -> testmessenger
This commit is contained in:
@ -5,7 +5,7 @@ import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
import { WebideComponent } from './webide/webide.component';
|
||||
import { TerminalComponent } from './terminal/terminal.component';
|
||||
import { MessagesComponent } from './messages/messages.component';
|
||||
import { TestmessagerComponent } from './testmessager/testmessager.component';
|
||||
import { TestmessengerComponent } from './testmessenger/testmessenger.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: '', redirectTo: '/dashboard', pathMatch: 'full'},
|
||||
@ -13,7 +13,7 @@ const routes: Routes = [
|
||||
{ path: 'webide', component: WebideComponent },
|
||||
{ path: 'shell', component: TerminalComponent },
|
||||
{ path: 'messages', component: MessagesComponent },
|
||||
{ path: 'testmessager', component: TestmessagerComponent }
|
||||
{ path: 'testmessenger', component: TestmessengerComponent }
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
Reference in New Issue
Block a user