Skip to content

Commit 2acc4c4

Browse files
committed
build: add index
1 parent 7ab17be commit 2acc4c4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

index.js

Whitespace-only changes.

index.tsx

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
function AltGoslingComponent(GoslingComponent) {
2+
3+
const gosRef = useRef<GoslingComponent.GoslingRef>(null);
4+
5+
}
6+
7+
8+
9+
10+

0 commit comments

Comments
 (0)