Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Sep 23, 2024
1 parent 9e54efa commit a964d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-project/examples/macrokeypad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { layout } from "@tscircuit/layout"
import { ArduinoProMicroBreakout } from "example-project/src/ArduinoProMicroBreakout"
import { Key } from "example-project/src/Key"
import manualEdits from "example-project/src/manual-edits"
import { KeyswitchSocket } from "example-project/src/SwitchShaft"
import { KeyswitchSocket } from "example-project/src/KeyswitchSocket"

export const MacroKeypad = () => {
const keyPositions = Array.from({ length: 9 })
Expand Down

0 comments on commit a964d32

Please sign in to comment.