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

Commit

Permalink
Merge pull request #142 from tscircuit/fix/template-init-fix
Browse files Browse the repository at this point in the history
fix: tsci dev init fix
  • Loading branch information
imrishabh18 authored Sep 2, 2024
2 parents d8842c0 + 2c79924 commit f58857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/lib/cmd-fns/init/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default {
writeFileSync(
Path.join("examples", "MyExample.tsx"),
`
import { MyCircuit } from "cli/lib/MyCircuit"
import { MyCircuit } from "lib/MyCircuit"
export const MyExample = () => (
<board width="40mm" height="40mm" pcbCenterX={0} pcbCenterY={0}>
Expand Down

0 comments on commit f58857c

Please sign in to comment.