From b55e9a26d31a9eb3328e717d6b366fbcb830983c Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Wed, 23 Jun 2021 14:49:08 +0200 Subject: [PATCH] Fix linting error --- client/src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/router/index.js b/client/src/router/index.js index 90fbdf55..720f7d85 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -22,7 +22,7 @@ import roomRoutes from './room.routes'; import store from '@/store/index'; import {LAYOUT_SIMPLE} from '@/router/core.constants'; -import {EMAIL_NOT_VERIFIED_STATE, NO_VALID_LICENSE_STATE, SUCCESS_STATE} from "./oauth.names"; +import {EMAIL_NOT_VERIFIED_STATE, NO_VALID_LICENSE_STATE, SUCCESS_STATE} from './oauth.names'; const postLoginRedirectUrlKey = 'postLoginRedirectionUrl';