Update app-routing.module.ts

parent 4c0e0ec4
......@@ -19,11 +19,6 @@ const routes: Routes = [
path: "/create",
component: CreateTopicComponent
},
,
{
path: "second-component",
component: SecondComponent
},
{
path: "auth",
loadChildren: () => import("./auth/auth.module").then((m) => m.AuthModule),
......
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