Skip to content

Commit 75210af

Browse files
committed
fixed lint errors
1 parent 4712cbd commit 75210af

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frontend-next-migration/src/app/[lng]/(home)/_getPage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { MainPageProps } from '@/preparedPages/MainPage';
22
import { getServerTranslation } from '@/shared/i18n';
33
import { AppExternalLinks } from '@/shared/appLinks/appExternalLinks';
4-
import gameImg from '@/shared/assets/images/mainpage/HandGraphicWithBattle.png';
54
import iPhone16 from '@/shared/assets/images/mainpage/iPhone 16 Pro mockup natural titanium 1.png';
65
import {
76
getRouteAllHeroesPage,

frontend-next-migration/src/preparedPages/EthicalGuidelinesPage/ui/EthicalGuidelinesPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use client';
22
import { ScrollTop } from '@/features/ScrollTop';
3-
import { classNames } from '@/shared/lib/classNames/classNames';
43
import { WikiContentWithSidebar } from '@/shared/ui/v2/WikiContentWithSidebar';
54

65
interface Section {

0 commit comments

Comments
 (0)