fix: correct import path for MetadataCacheAdapter
Fix import path from 'metadata-cache-adapter' to 'metadata-adapter' to match the actual filename.
This commit is contained in:
@@ -2,7 +2,7 @@ import { App } from 'obsidian';
|
||||
import { NoteTools } from './note-tools';
|
||||
import { VaultAdapter } from '../adapters/vault-adapter';
|
||||
import { FileManagerAdapter } from '../adapters/file-manager-adapter';
|
||||
import { MetadataCacheAdapter } from '../adapters/metadata-cache-adapter';
|
||||
import { MetadataCacheAdapter } from '../adapters/metadata-adapter';
|
||||
|
||||
/**
|
||||
* Factory function to create NoteTools with concrete adapters
|
||||
|
||||
Reference in New Issue
Block a user