Reorganize frontend and install Craco to alias modules (#190)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { useSetRecoilState } from 'recoil';
|
||||
import { currentRowSelectionState } from '../states/rowSelectionState';
|
||||
import { useCallback } from 'react';
|
||||
import { useSetRecoilState } from 'recoil';
|
||||
|
||||
import { currentRowSelectionState } from '../states/rowSelectionState';
|
||||
|
||||
export function useResetTableRowSelection() {
|
||||
const setCurrentRowSelectionState = useSetRecoilState(
|
||||
|
||||
Reference in New Issue
Block a user