Fix example

This commit is contained in:
Zef Hemel
2024-03-16 16:18:45 +01:00
parent a377590e7b
commit d27b2cc583
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import { editor } from "$sb/silverbullet-syscall/mod.ts";
import { editor } from "$sb/syscalls.ts";
export async function helloWorld() {
await editor.flashNotification("Hello world!");