From b33f23b4c98b106d2550ec9be2fc7992d27be6c3 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Tue, 13 Jul 2021 15:55:25 +0200 Subject: [PATCH] Fix duplicate imports in routes --- client/src/router/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/router/index.js b/client/src/router/index.js index 720f7d85..8d73c22c 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -88,7 +88,6 @@ const routes = [ } } }, - ...onboardingRoutes, {path: '/styleguide', component: styleGuidePage}, { path: '*',