From 152eb21c0b43db988f8fb122638b2640625338f7 Mon Sep 17 00:00:00 2001 From: Clint Andrew Hall Date: Thu, 6 Aug 2020 18:58:29 -0400 Subject: [PATCH] Update x-pack/plugins/canvas/public/apps/workpad/workpad_app/workpad_app.component.tsx --- .../public/apps/workpad/workpad_app/workpad_app.component.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/canvas/public/apps/workpad/workpad_app/workpad_app.component.tsx b/x-pack/plugins/canvas/public/apps/workpad/workpad_app/workpad_app.component.tsx index 6238a148a686c..791f40f0219cd 100644 --- a/x-pack/plugins/canvas/public/apps/workpad/workpad_app/workpad_app.component.tsx +++ b/x-pack/plugins/canvas/public/apps/workpad/workpad_app/workpad_app.component.tsx @@ -7,7 +7,6 @@ import React, { FC, MouseEventHandler, useRef } from 'react'; import PropTypes from 'prop-types'; import { Sidebar } from '../../../components/sidebar'; -// @ts-expect-error Untyped local import { Toolbar } from '../../../components/toolbar'; // @ts-expect-error Untyped local import { Workpad } from '../../../components/workpad';