Skip to content

Commit

Permalink
examples/scoreboard: Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nefsen402 committed Apr 23, 2024
1 parent 899a137 commit 8cc93e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scoreboard.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {html, mount, OArray, OObject} from '/index.js';
import {html, mount, OArray, OObject, Observer} from '/index.js';

const scores = OArray([
OObject({ name: "Mark", score: 3 }),
Expand Down

0 comments on commit 8cc93e1

Please sign in to comment.