Skip to content

Commit

Permalink
fix: compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
longtv2222 committed Dec 20, 2023
1 parent 321b2be commit ceca236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototype/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function App() {
});
};

const [{ Interior, Exterior, Rotation, Select, Stats: stats }, set] = useControls(() => ({
const [{ Interior, Exterior, Rotation, Stats: stats }, set] = useControls(() => ({
Select: {
options: Object.keys(carNameComponentMap),
onChange:(value)=>{
Expand Down

0 comments on commit ceca236

Please sign in to comment.