Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko authored and github-actions[bot] committed Apr 19, 2024
1 parent a1cfe3b commit 24537fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/nft-renderer/src/components/nft-renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import {
useRMRKConfig,
} from '@rmrk-team/rmrk-hooks';
import React, { useEffect, useRef, useState } from 'react';
import { css } from '../styled-system/css/css.js';
import { isAddress } from 'viem';
import type { Address } from 'viem';
import { usePublicClient, useReadContract } from 'wagmi';
import type { Chain } from 'wagmi/chains';
import { css } from '../styled-system/css/css.js';
import type { RenderPart } from '../types/types.js';

const useIsAddressAContract = ({
Expand Down
4 changes: 2 additions & 2 deletions packages/rmrk-2d-renderer/src/lib/rmrk-2d-renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import type { ICanvas } from 'pixi.js';
import type { CSSProperties } from 'react';
import React, { useEffect, useMemo } from 'react';
import { useCallback, useState } from 'react';
import { css } from '../styled-system/css/css.js';
import { cx } from '../styled-system/css/cx.js';
import useImage from 'use-image';
import useResizeObserver from 'use-resize-observer';
import { css } from '../styled-system/css/css.js';
import { cx } from '../styled-system/css/cx.js';
import { Skeleton } from '../ui/skeleton.js';
import { INHERIT_RENDER_CONTEXT } from './consts.js';

Expand Down

0 comments on commit 24537fb

Please sign in to comment.