Просмотр исходного кода

Removes unused code from video-button

main
Keith Daulton 1 год назад
Родитель
Сommit
e8cfdc6e4c
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/webviews/apps/welcome/components/video-button.ts

+ 1
- 1
src/webviews/apps/welcome/components/video-button.ts Просмотреть файл

@ -1,5 +1,5 @@
import { css, html, LitElement } from 'lit';
import { customElement, property } from 'lit/decorators.js';
import { customElement } from 'lit/decorators.js';
import { elementBase } from '../../shared/components/styles/lit/base.css';
@customElement('video-button')

Загрузка…
Отмена
Сохранить