Skip to content

Commit

Permalink
fix example for fork
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Aug 1, 2024
1 parent 05b2104 commit 3a4a494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/componentize.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { componentize } from '@bytecodealliance/componentize-js';
import { componentize } from '@golemcloud/componentize-js'
import { readFile, writeFile } from 'node:fs/promises';
import { resolve } from 'node:path';

Expand Down

0 comments on commit 3a4a494

Please sign in to comment.