Skip to content

Commit

Permalink
Lint: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
CordlessWool committed Feb 10, 2024
1 parent 0415e38 commit 6a84ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/editor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LoomFile } from './file';
import * as fs from 'fs/promises';
import { BaseResult, LineResult, SearchResult } from './helper/result';
import { LineResult, SearchResult } from './helper/result';
import { TextItemList } from './helper/textItemList';

interface ReadWrite {
Expand Down

0 comments on commit 6a84ada

Please sign in to comment.