From 0803d4a2f6c73cafee53ab8f3e0db4f6b4bab586 Mon Sep 17 00:00:00 2001
From: Denis Bunakalya <denis.bunakalya@xored.com>
Date: Wed, 18 Jan 2023 12:31:07 +0400
Subject: [PATCH] Remove extra import

Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
---
 plugins/workbench-resources/src/components/SpecialView.svelte | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/workbench-resources/src/components/SpecialView.svelte b/plugins/workbench-resources/src/components/SpecialView.svelte
index 82833dcef4..7335982f98 100644
--- a/plugins/workbench-resources/src/components/SpecialView.svelte
+++ b/plugins/workbench-resources/src/components/SpecialView.svelte
@@ -14,7 +14,7 @@
 -->
 <script lang="ts">
   import { Class, Doc, DocumentQuery, Ref, WithLookup, Space } from '@hcengineering/core'
-  import { Asset, IntlString, getEmbeddedLabel } from '@hcengineering/platform'
+  import { Asset, IntlString } from '@hcengineering/platform'
   import { createQuery, getClient } from '@hcengineering/presentation'
   import {
     AnyComponent,