Alexandru Cambose 1 týždeň pred
rodič
commit
5e1c1446b9

+ 2 - 2
apps/developer-hub/src/components/PriceFeedIdsCoreTable/index.tsx

@@ -2,8 +2,8 @@
 
 import { Paginator } from "@pythnetwork/component-library/Paginator";
 import { SearchInput } from "@pythnetwork/component-library/SearchInput";
-import type {ColumnConfig} from "@pythnetwork/component-library/Table";
-import { Table  } from "@pythnetwork/component-library/Table";
+import type { ColumnConfig } from "@pythnetwork/component-library/Table";
+import { Table } from "@pythnetwork/component-library/Table";
 import { useQueryParamFilterPagination } from "@pythnetwork/component-library/useQueryParamsPagination";
 import { getPriceFeedAccountForProgram } from "@pythnetwork/pyth-solana-receiver";
 import { Callout } from "fumadocs-ui/components/callout";