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 matter from 'gray-matter'
import fs from 'fs/promises' import fs from 'fs/promises'
import path from 'path' import path from 'path'

View File

@@ -1,5 +1,5 @@
import FileSystemAdapter from './FileSystemAdapter' import FileSystemAdapter from './FileSystemAdapter'
import { definePlugin } from 'takerofnotes-plugin-sdk' import { definePlugin } from '@takerofnotes/plugin-sdk'
export default definePlugin({ export default definePlugin({
id: 'filesystem', id: 'filesystem',