Skip to content

Commit 42eff6f

Browse files
committed
fix: fix buildGraph-import
1 parent 2d8b5a5 commit 42eff6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/core/hooks.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { Show, Suspense } from "solid-js"
2+
import { buildGraph } from "src/utils.ts"
23
import * as THREE from "three"
34
import { GLTFLoader } from "three-stdlib"
45
import { describe, expect, it, vi } from "vitest"
5-
import { buildGraph, createT, useFrame, useLoader, useThree } from "../../src/index.ts"
6+
import { createT, useFrame, useLoader, useThree } from "../../src/index.ts"
67
import { test } from "../../src/testing/index.tsx"
78
import type { Context } from "../../src/types.ts"
89
import { asyncUtils } from "../utils/async-utils.ts"

0 commit comments

Comments
 (0)