Skip to content

Commit

Permalink
removed loader
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorehig committed Sep 23, 2024
1 parent 88fd618 commit 0ae726f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
23 changes: 0 additions & 23 deletions dashboard/components/Loader.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions dashboard/components/Widgets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import { fetcher, getConfig } from '../lib/api'
import { useRouter } from 'next/router'
import useDateFilter from '../lib/hooks/use-date-filter'
import Loader from './Loader'
import KpisTabs from './KpisTabs'
import useKpis from '../lib/hooks/use-kpis'
import useKpiTotals from '../lib/hooks/use-kpi-totals'
Expand Down Expand Up @@ -66,9 +65,6 @@ export default function Widgets() {
fontFamily: typography.fontFamily,
fontSize: 12,
}}
fallbacks={{
loading: <Loader />,
}}
>
<div className="grid grid-cols-2 gap-5 sm:gap-10 grid-rows-3-auto">
<div
Expand Down

0 comments on commit 0ae726f

Please sign in to comment.