Skip to content

Commit 363c4e8

Browse files
committed
missed Context import in arjs-session.html example
1 parent d012b29 commit 363c4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

three.js/examples/arjs-session.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</div>
2929
<script type="module">
3030
import * as THREE from 'three'
31-
import { Profile, Session, Anchor, HitTesting, Utils, SessionDebugUI, AnchorDebugUI } from 'arjs'
31+
import { Context, Profile, Session, Anchor, HitTesting, Utils, SessionDebugUI, AnchorDebugUI } from 'arjs'
3232

3333
; (function () {
3434
Context.baseURL = '../'

0 commit comments

Comments
 (0)