Skip to content

Commit

Permalink
namespaces in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jul 26, 2024
1 parent 0c2ae0f commit 473d3e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/react/react-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ function App() {
{
Keys: {
keys: [BigInt(account?.account.address).toString()],
models: ["Position", "Moves", "DirectionsAvailable"],
models: [
"dojo_starter-Position",
"dojo_starter-Moves",
"dojo_starter-DirectionsAvailable",
],
pattern_matching: "FixedLen",
},
},
Expand Down

0 comments on commit 473d3e8

Please sign in to comment.