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,5 +1,5 @@
import FileSystemAdapter from './FileSystemAdapter'
import { definePlugin } from 'takerofnotes-plugin-sdk'
import { definePlugin } from '@takerofnotes/plugin-sdk'
export default definePlugin({
id: 'filesystem',