@tscircuit/cli 0.0.174 → 0.0.176
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bun.lockb +0 -0
- package/cli/lib/cmd-fns/init/index.ts +1 -1
- package/dist/cli.js +6 -6
- package/package.json +2 -2
package/bun.lockb
CHANGED
|
Binary file
|
|
@@ -167,7 +167,7 @@ export default {
|
|
|
167
167
|
writeFileSync(
|
|
168
168
|
Path.join("examples", "MyExample.tsx"),
|
|
169
169
|
`
|
|
170
|
-
import { MyCircuit } from "
|
|
170
|
+
import { MyCircuit } from "lib/MyCircuit"
|
|
171
171
|
|
|
172
172
|
export const MyExample = () => (
|
|
173
173
|
<board width="40mm" height="40mm" pcbCenterX={0} pcbCenterY={0}>
|