mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
WIP / FIx & no-unused-vars
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
|
||||
import React from 'react';
|
||||
import Progress from './Progress';
|
||||
import {queryCache, useIsFetching} from 'react-query';
|
||||
import {useIsFetching} from 'react-query';
|
||||
|
||||
function AppProgress({
|
||||
|
||||
}) {
|
||||
function AppProgress() {
|
||||
const isFetching = useIsFetching();
|
||||
|
||||
return (
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
import React from 'react'
|
||||
import { useNProgress } from '@tanem/react-nprogress'
|
||||
import PropTypes from 'prop-types'
|
||||
import React from 'react'
|
||||
|
||||
import Bar from './Bar'
|
||||
import Container from './Container'
|
||||
import Spinner from './Spinner'
|
||||
|
||||
|
||||
const Progress = ({
|
||||
isAnimating,
|
||||
|
||||
Reference in New Issue
Block a user