Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rmrk-team/rmrk-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Apr 13, 2024
2 parents 682e065 + f2f7514 commit 0145eda
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 0145eda

Please sign in to comment.