Skip to content

Commit

Permalink
fix: update theme import
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Nov 25, 2024
1 parent 2cc1e09 commit c3b9bf0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
// Modifications Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import { useOnScreen } from '@iota/core';
import { Theme, useOnScreen, useTheme } from '@iota/core';
import { useRef, useEffect, useState } from 'react';
import { Highlight, themes } from 'prism-react-renderer';
import type { Language } from 'prism-react-renderer';
import type { IotaMoveNormalizedType } from '@iota/iota-sdk/client';
import { LinkWithQuery } from '../ui';
import { normalizeIotaAddress } from '@iota/iota-sdk/utils';
import { useTheme } from '~/hooks';
import { Theme } from '~/lib/ui';

interface TypeReference {
address: string;
Expand Down

0 comments on commit c3b9bf0

Please sign in to comment.