refactor: remove unused code

This commit is contained in:
fantasticit 2022-05-01 13:28:18 +08:00
parent 342fae0398
commit 8e5b348707
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { safeJSONParse, safeJSONStringify } from './json';
import { safeJSONStringify } from './json';
import { setStorage, getStorage } from './storage';
class Node {