diff --git a/examples/react/react-app/src/App.tsx b/examples/react/react-app/src/App.tsx index 43a66d2c..fd523d5a 100644 --- a/examples/react/react-app/src/App.tsx +++ b/examples/react/react-app/src/App.tsx @@ -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", }, },