mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 08:54:27 +02:00
restructure files onto electron-vite boilerplate
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { MutableRefObject, useCallback, useEffect } from 'react';
|
||||
import { useEventStore, UserEvent } from '/@/renderer/store/event.store';
|
||||
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';
|
||||
|
||||
export const useSongChange = (
|
||||
handler: (ids: string[], event: UserEvent) => void,
|
||||
|
||||
Reference in New Issue
Block a user