refactor: move const, types to shared

This commit is contained in:
2025-07-04 13:37:52 +03:00
parent 62e0687358
commit a400d34a40
19 changed files with 24 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
import s from './styles.module.scss';
import Link from 'next/link';
import Image from 'next/image';
import { ROUTES, ROUTES_EXTERNAL } from '@core/constants/route';
import dtrLogo from '@public/images/logo-dtr-white.png';
import { ROUTES, ROUTES_EXTERNAL } from '@shared/const/route';
import { Icons } from '@shared/ui/icon';
import dtrLogo from '@public/images/logo-dtr-white.png';
function Footer() {
return (