Skip to content

Commit

Permalink
Default demo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotik authored and Kotik committed Apr 25, 2024
1 parent ef37f30 commit 0d61450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.tag
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
connected() {
const { Runner, TwoRenderer, Interaction } = Newton;

const firstApp = Compound(Newton);
const firstApp = Car(Newton);

const renderer = new TwoRenderer(Newton, this.$('main'));
const runner = new Runner(renderer, firstApp);
Expand Down

0 comments on commit 0d61450

Please sign in to comment.