Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 committed Dec 19, 2023
1 parent ccb441b commit f623ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/page/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function App() {
].sort((l, r) => l.name.localeCompare(r.name));

useEffect(() => {
const igraph = loadModule({
loadModule({
locateFile: () => require('./igraph.wasm'),
}).then((module) => {
setIgraph(module);
Expand Down

0 comments on commit f623ffb

Please sign in to comment.