mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-14 23:44:01 +02:00
fix all imports for new structure
This commit is contained in:
@@ -2,8 +2,8 @@ import { RowNode } from '@ag-grid-community/core';
|
||||
import { AgGridReact } from '@ag-grid-community/react';
|
||||
import { MutableRefObject, useCallback, useEffect } from 'react';
|
||||
|
||||
import { Song } from '/@/renderer/api/types';
|
||||
import { useEventStore, UserEvent } from '/@/renderer/store/event.store';
|
||||
import { Song } from '/@/shared/types/domain-types';
|
||||
|
||||
export const useSongChange = (
|
||||
handler: (ids: string[], event: UserEvent) => void,
|
||||
|
||||
Reference in New Issue
Block a user