Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dzania committed Oct 3, 2023
1 parent fb36c9d commit 2a37f10
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
import dayjs from 'dayjs';
import { sortBy } from 'lodash-es';
import { useMemo } from 'react';
import {
Bar,
BarChart,
ComposedChart,
ResponsiveContainer,
XAxis,
YAxis,
} from 'recharts';
import { Bar, BarChart, ResponsiveContainer, XAxis, YAxis } from 'recharts';

import { NetworkSpeed } from '../../../../shared/defguard-ui/components/Layout/NetworkSpeed/NetworkSpeed';
import { NetworkDirection } from '../../../../shared/defguard-ui/components/Layout/NetworkSpeed/types';
Expand Down

0 comments on commit 2a37f10

Please sign in to comment.