refactor: move const, types to shared
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import s from './styles.module.scss';
|
||||
import Image from 'next/image';
|
||||
import dtrLogo from '@public/images/dtr-logo-eagle.png';
|
||||
import { baseMenu, TMenu } from '@core/constants/menu';
|
||||
import { Icons } from '@shared/ui/icon';
|
||||
import Link from 'next/link';
|
||||
import { Icons } from '@shared/ui/icon';
|
||||
import { baseMenu } from '@shared/const/menu';
|
||||
import { TMenu } from '@shared/types/menu';
|
||||
import dtrLogo from '@public/images/dtr-logo-eagle.png';
|
||||
|
||||
function BaseMenu() {
|
||||
const Menu = ({ list }: { list: TMenu }) => {
|
||||
|
||||
Reference in New Issue
Block a user