We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe6976 commit b1001dfCopy full SHA for b1001df
app/dashboard/analytics/page.tsx
@@ -7,7 +7,6 @@ import {
7
SimpleGrid,
8
Skeleton,
9
Stack,
10
- rem,
11
} from '@mantine/core';
12
13
import {
app/dashboard/default/page.tsx
@@ -48,18 +48,6 @@ function Page() {
48
loading: statsLoading,
49
} = useAllStats();
50
51
- const {
52
- data: salesData,
53
- error: salesError,
54
- loading: salesLoading,
55
- } = useSales();
56
-
57
58
- data: trafficData,
59
- error: trafficError,
60
- loading: trafficLoading,
61
- } = useTraffic();
62
63
return (
64
<>
65
0 commit comments