mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
chore: remove unused imports
This commit is contained in:
parent
02b80587c8
commit
8ae51e813f
1 changed files with 1 additions and 7 deletions
|
|
@ -1,10 +1,4 @@
|
|||
import {
|
||||
App,
|
||||
getFrontMatterInfo,
|
||||
parseFrontMatterAliases,
|
||||
Plugin,
|
||||
PluginManifest,
|
||||
} from "obsidian";
|
||||
import { App, getFrontMatterInfo, Plugin, PluginManifest } from "obsidian";
|
||||
import { replaceLinks } from "./replace-links";
|
||||
import {
|
||||
AutomaticLinkerPluginSettingsTab,
|
||||
|
|
|
|||
Loading…
Reference in a new issue