mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 08:54:27 +02:00
fix all imports for new structure
This commit is contained in:
@@ -22,8 +22,8 @@ import {
|
||||
} from 'react-icons/ri';
|
||||
import { generatePath } from 'react-router';
|
||||
|
||||
import { LibraryItem } from '/@/renderer/api/types';
|
||||
import { AppRoute } from '/@/renderer/router/routes';
|
||||
import { LibraryItem } from '/@/shared/types/domain-types';
|
||||
|
||||
interface SidebarIconProps {
|
||||
active?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user