Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Rubino committed Dec 20, 2024
1 parent 978b1b8 commit 7c75539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Docs/components/NodeSnapshots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";
import { format } from "date-fns";
import React, { useEffect, useMemo, useState } from "react";

import { LoadingTable, NetworkTypeTabs, networkTypeTabs, IconLink } from "~/components/shared";
import { IconLink, LoadingTable, NetworkTypeTabs, networkTypeTabs } from "~/components/shared";

import { CopyToClipboard } from "../../shared/components/CodeBlock/components/CopyToClipboard";

Expand Down

0 comments on commit 7c75539

Please sign in to comment.