refactor: move const, types to shared
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import s from './styles.module.scss';
|
||||
import Link from 'next/link';
|
||||
import { ROUTES } from '@core/constants/route';
|
||||
import Image from 'next/image';
|
||||
import { ROUTES } from '@shared/const/route';
|
||||
import sberImg from '@public/images/sber-domclick.jpg';
|
||||
|
||||
type BreadcrumbsProps = {
|
||||
|
||||
@@ -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 (
|
||||
|
||||
0
src/widgets/partners/index.ts
Normal file
0
src/widgets/partners/index.ts
Normal file
0
src/widgets/partners/styles.module.scss
Normal file
0
src/widgets/partners/styles.module.scss
Normal file
0
src/widgets/partners/ui.tsx
Normal file
0
src/widgets/partners/ui.tsx
Normal file
Reference in New Issue
Block a user