mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-06-09 11:29:01 +00:00
refactor(webapp): rename query hooks to kebab-case convention
- Rename query hook files from camelCase/PascalCase to kebab-case - Update all imports throughout the codebase - Add react-query and react-query-devtools dependencies - Standardize file naming consistency in hooks/query directory Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @ts-nocheck
|
||||
import React from 'react';
|
||||
import Progress from './Progress';
|
||||
import {useIsFetching} from 'react-query';
|
||||
import { useIsFetching } from '@tanstack/react-query';
|
||||
|
||||
function AppProgress() {
|
||||
const isFetching = useIsFetching();
|
||||
|
||||
Reference in New Issue
Block a user