Update paste.ts

This commit is contained in:
itellyou 2022-01-25 16:36:42 +08:00
parent e61566c38c
commit ebf8215070
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import { READY_CARD_KEY, READY_CARD_SELECTOR } from '../constants/card';
import Parser from '../parser';
import { EngineInterface } from '../types/engine';
import { $ } from '../node';
import { DATA_ID } from '../constants';
export default class Paste {
protected source: string;