소스 검색

Removes unused code from video-button

main
Keith Daulton 1 년 전
부모
커밋
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')

불러오는 중...
취소
저장