Skip to content

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Dec 24, 2024
1 parent ac22dd3 commit f728065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/core/src/components/coin/CoinIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// Modifications Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import React from 'react';
import { useCoinMetadata, ImageIcon, ImageIconSize } from '../../';
import { IotaLogoMark } from '@iota/ui-icons';
import { IOTA_TYPE_ARG } from '@iota/iota-sdk/utils';
import cx from 'clsx';
import React from 'react';

interface NonIotaCoinProps {
coinType: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import { useState } from 'react';
import { SortByDown, SortByUp } from '@iota/ui-icons';
import cx from 'classnames';
import { Checkbox } from '@/lib';
import { TableHeaderCellSortOrder } from './table-header-cell.enums';
import { useState } from 'react';

export interface TableHeaderCellProps {
/**
Expand Down

0 comments on commit f728065

Please sign in to comment.