chore: remove react imports (#1867)

reolves #1856
This commit is contained in:
Kira Pilot
2022-05-31 10:01:37 -04:00
committed by GitHub
parent 26a2a169df
commit dd55d4577d
177 changed files with 192 additions and 293 deletions

View File

@ -1,5 +1,4 @@
import { ComponentMeta, Story } from "@storybook/react"
import React from "react"
import { RuntimeErrorState, RuntimeErrorStateProps } from "./RuntimeErrorState"
const error = new Error("An error occurred")