Skip to content

Commit 4ff24e8

Browse files
correct patch and import
1 parent 9398b4b commit 4ff24e8

File tree

5 files changed

+12780
-5
lines changed

5 files changed

+12780
-5
lines changed

dist/react-grid-layout.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-grid-layout.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/GridItem.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import React from "react";
33
import PropTypes from "prop-types";
44
import { DraggableCore } from "react-draggable";
5-
import { Resizable } from "react-resizable";
5+
import { Resizable } from "@formant/react-resizable";
66
import {
77
fastPositionEqual,
88
perc,

0 commit comments

Comments
 (0)