fix sdk import

This commit is contained in:
nicwands
2026-02-25 22:14:49 -05:00
parent 8a0b27992c
commit 55598053b9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { BaseNotesAdapter } from 'takerofnotes-plugin-sdk'
import { BaseNotesAdapter } from '@takerofnotes/plugin-sdk'
import matter from 'gray-matter'
import fs from 'fs/promises'
import path from 'path'