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 13, 2024
1 parent de4a753 commit f2f7514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rmrk-2d-renderer/src/lib/rmrk-2d-renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import React, { useEffect, useMemo } from 'react';
import { useCallback, useState } from 'react';
import { css, cx } from 'styled-system/css';
import useImage from 'use-image';
import useResizeObserver from 'use-resize-observer';
import { Skeleton } from '../ui/skeleton.js';
import { INHERIT_RENDER_CONTEXT } from './consts.js';
import useResizeObserver from 'use-resize-observer';

const useGetResourceDimensions = () => {
const [w, setW] = useState(0);
Expand Down

0 comments on commit f2f7514

Please sign in to comment.