Fix duplicate imports in routes
This commit is contained in:
parent
3c25cb53b2
commit
b33f23b4c9
|
|
@ -88,7 +88,6 @@ const routes = [
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
...onboardingRoutes,
|
|
||||||
{path: '/styleguide', component: styleGuidePage},
|
{path: '/styleguide', component: styleGuidePage},
|
||||||
{
|
{
|
||||||
path: '*',
|
path: '*',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue