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 { Button } from '@shared/ui';
|
||||
import { TSidebar } from '@core/types/sidebar';
|
||||
import { TSidebar } from '@shared/types/sidebar';
|
||||
|
||||
type SidebarProps = TSidebar;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user