Skip to content

Commit

Permalink
chore(editor): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Sun committed Jan 7, 2025
1 parent 5d1ffed commit 23d9551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import { SignalWatcher, WithDisposable } from '@blocksuite/global/utils';
import type { BlockModel, Blocks } from '@blocksuite/store';
import { baseTheme } from '@toeverything/theme';
import { css, html, LitElement, nothing, unsafeCSS } from 'lit';
import { css, html, LitElement, unsafeCSS } from 'lit';
import { property, query, state } from 'lit/decorators.js';
import { classMap } from 'lit/directives/class-map.js';

Expand Down

0 comments on commit 23d9551

Please sign in to comment.