Skip to content

Commit

Permalink
lint: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Nov 21, 2023
1 parent 4042a25 commit 9386673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renderer/components/DataRelated.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React from "react";
import { filesize } from "filesize/dist/filesize.esm.js";
import DataRelatedChart from "./Charts/DataRelated";
import { ASSET } from "./Asset";
import {
useDataPacked,
useStorageAvailable,
useWeaveSize,
} from "../store/metricsSlice/metricsSliceHooks";
import { filesize } from "filesize/dist/filesize.esm.js";
import React from "react";

export default function DataRelated() {
const { dataPacked } = useDataPacked();
Expand Down

0 comments on commit 9386673

Please sign in to comment.