ci: Fix build (no-changelog) (#6391)

This commit is contained in:
Iván Ovejero
2023-06-06 15:08:29 +02:00
committed by GitHub
parent ce578162f4
commit 62fc77363f
5 changed files with 4 additions and 5 deletions

View File

@@ -48,7 +48,6 @@ import { useRootStore } from './n8nRoot.store';
import { getCurlToJson } from '@/api/curlHelper';
import { useWorkflowsStore } from './workflows.store';
import { useSettingsStore } from './settings.store';
import { useUsageStore } from './usage.store';
import { useCloudPlanStore } from './cloudPlan.store';
import type { BaseTextKey } from '@/plugins/i18n';
import { i18n as locale } from '@/plugins/i18n';