1
0
Fork 0

deepscan fixes

This commit is contained in:
Enoch Riese 2022-07-16 08:22:51 -04:00
parent a1b80dd263
commit 0aef9b5ace
3 changed files with 2 additions and 6 deletions

View file

@ -1,7 +1,3 @@
import { useState } from 'react'
import Robot from 'shared/components/robot/index.js'
import Popout from 'shared/components/popout.js'
import { useTranslation } from 'next-i18next'
import DefaultErrorView from 'shared/components/error/view';
const Error = ({ draft, patternProps, error, updateGist }) => {