Skip to content

Commit

Permalink
Fix import lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iddan committed Apr 22, 2023
1 parent 67947ba commit 542c969
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 104 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint": "^7.19.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Spreadsheet.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { Story, Meta } from "@storybook/react/types-6-0";
import type { Story, Meta } from "@storybook/react";
import { createEmptyMatrix, Spreadsheet, Props, CellBase } from "..";
import * as Matrix from "../matrix";
import { AsyncCellDataEditor, AsyncCellDataViewer } from "./AsyncCellData";
Expand Down
Loading

0 comments on commit 542c969

Please sign in to comment.