Skip to content

Commit fb448e5

Browse files
committed
chore: type import path correction
1 parent ba8c050 commit fb448e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiber/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export * from './renderTarget'
1717
// Side-effect imports for module augmentations
1818
import './three'
1919
import './tsl'
20-
import './postprocessing'
20+
import './renderPipeline'
2121
import './frameNext'
2222

2323
// Note: webgpu types are exported separately via the /webgpu entry point

0 commit comments

Comments
 (0)