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,7 +1,7 @@
import s from './styles.module.scss';
import Link from 'next/link';
import { Button } from '@shared/ui';
import { TSidebar } from '@core/types/sidebar';
import { TSidebar } from '@shared/types/sidebar';
type SidebarProps = TSidebar;