Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjalien committed Apr 24, 2023
1 parent 6c3973f commit eb127d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { App, FileSystemAdapter, HexString, Notice, Plugin, PluginSettingTab, Setting, TFile, TFolder, arrayBufferToBase64 } from 'obsidian';

import { Base64 } from "js-base64"
import { App, HexString, Notice, Plugin, PluginSettingTab, Setting } from 'obsidian';

// @ts-ignore
import typst_wasm_bin from './pkg/obsidian_typst_bg.wasm'
Expand Down

0 comments on commit eb127d9

Please sign in to comment.