diff --git a/src/app/router/create-app-router.ts b/src/app/router/create-app-router.ts
index 47aadd46..55b9133e 100644
--- a/src/app/router/create-app-router.ts
+++ b/src/app/router/create-app-router.ts
@@ -1,5 +1,5 @@
import { createRouter, createWebHistory } from 'vue-router'
-import {RouteAccessError, RouteAuthAccessError} from "@/shared/lib/errors";
+import { RouteAuthAccessError } from "@/shared/lib/errors";
import { routes } from './routes'
import type { TRouterMiddleware } from './types'
diff --git a/src/screens/home/ui/home-page/home-page.vue b/src/screens/home/ui/home-page/home-page.vue
index dbf52861..1955cd02 100644
--- a/src/screens/home/ui/home-page/home-page.vue
+++ b/src/screens/home/ui/home-page/home-page.vue
@@ -2,7 +2,7 @@
import { computed } from 'vue'
import { useRoute } from 'vue-router'
import { PageHeader, LayoutPreviewEvents, LayoutBase, LayoutSidebar } from '@/widgets/ui'
-import { ALL_EVENT_TYPES, PAGE_TYPES, PAGES_SETTINGS } from '@/shared/constants'
+import { ALL_EVENT_TYPES, PAGES_SETTINGS } from '@/shared/constants'
import type { PageEventTypes } from '@/shared/types'
const route = useRoute()
diff --git a/src/shared/ui/file-attachment/file-attachment.vue b/src/shared/ui/file-attachment/file-attachment.vue
index 7ff0c0fe..6a758227 100644
--- a/src/shared/ui/file-attachment/file-attachment.vue
+++ b/src/shared/ui/file-attachment/file-attachment.vue
@@ -1,19 +1,18 @@
@@ -44,7 +43,7 @@ const size = computed(() => formatFileSize(props.attachment.size || 0));