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';