fix query plan css (#12181)

This commit is contained in:
Anthony Dresser
2020-09-08 15:18:58 -07:00
committed by GitHub
parent d9b4af1217
commit 2b33c7c27f

View File

@@ -3,6 +3,7 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'vs/css!./media/qp';
import * as QP from 'html-query-plan';
import { IPanelView, IPanelTab } from 'sql/base/browser/ui/panel/panel';