Remove import to no longer present css file

This commit is contained in:
Jackson Kearl 2021-08-02 17:28:04 -07:00
parent 3bf817f0f8
commit 1e648ff20d
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -3,7 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'vs/css!./welcomePage';
import 'vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page';
import { URI } from 'vs/base/common/uri';
import { ICommandService } from 'vs/platform/commands/common/commands';