Skip to content

Commit

Permalink
fix test to not use tscircuit core import
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Nov 7, 2024
1 parent 876a762 commit 1ecee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/example6-voltage-regulator.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createUseComponent } from "@tscircuit/core"
import { createUseComponent } from "lib/hooks/create-use-component"
import type { CommonLayoutProps } from "@tscircuit/props"
import { test, expect } from "bun:test"
import { getTestFixture } from "tests/fixtures/get-test-fixture"
Expand Down

0 comments on commit 1ecee34

Please sign in to comment.