Skip to content

Commit 76720ab

Browse files
committed
fix collidable export
1 parent fc5936e commit 76720ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ideas/modifiers/Collidable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type CollidableProps = {
1717
hideCollisionMeshes?: boolean;
1818
};
1919

20-
export default function Collidable(props: CollidableProps) {
20+
export function Collidable(props: CollidableProps) {
2121
const {
2222
children,
2323
triLimit = 1000,

0 commit comments

Comments
 (0)