Skip to content

Commit f242128

Browse files
committed
Removed unused import
1 parent 0e7632c commit f242128

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spaces",
3-
"version": "0.2.0-beta.3",
3+
"version": "0.2.0-beta.4",
44
"main": "dist/index.js",
55
"module": "dist/es/index.js",
66
"types": "dist/index.d.ts",

src/core-react.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { createStore } from "./core";
33
import { ISpaceProps, ISpaceStore, ISpaceDefinition, IPositionalProps, ResizeType, CenterType } from "./core-types";
44
import { coalesce, shortuuid } from "./core-utils";
55
import { ResizeSensor } from "css-element-queries";
6-
import { CSSProperties } from "react";
76
import * as PropTypes from "prop-types";
87

98
export const ParentContext = React.createContext<string | undefined>(undefined);

0 commit comments

Comments
 (0)