File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ npm install @akcodeworks/svelte-command-form
2626
2727``` html
2828<script lang =" ts" >
29- import { CommandForm } from ' svelte-command-form' ;
29+ import { CommandForm } from ' @akcodeworks/ svelte-command-form' ;
3030 import { schema } from ' $lib/schemas/user.schema' ;
3131 import { saveUser } from ' $lib/server/save-user' ;
3232
@@ -377,7 +377,7 @@ data that reaches your command already contains normalized entries):
377377
378378``` html
379379<script lang =" ts" >
380- import { CommandForm , normalizeFiles } from ' svelte-command-form' ;
380+ import { CommandForm , normalizeFiles } from ' @akcodeworks/ svelte-command-form' ;
381381 import { zodSchema } from ' $lib/schemas/upload.schema' ;
382382 import { uploadCommand } from ' $lib/server/upload.remote' ;
383383
You can’t perform that action at this time.
0 commit comments