Skip to content

Commit 473d3e8

Browse files
namespaces in example
1 parent 0c2ae0f commit 473d3e8

File tree

1 file changed

+5
-1
lines changed
  • examples/react/react-app/src

1 file changed

+5
-1
lines changed

examples/react/react-app/src/App.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ function App() {
2121
{
2222
Keys: {
2323
keys: [BigInt(account?.account.address).toString()],
24-
models: ["Position", "Moves", "DirectionsAvailable"],
24+
models: [
25+
"dojo_starter-Position",
26+
"dojo_starter-Moves",
27+
"dojo_starter-DirectionsAvailable",
28+
],
2529
pattern_matching: "FixedLen",
2630
},
2731
},

0 commit comments

Comments
 (0)