Skip to content

Commit 49a93a7

Browse files
authored
update import path
1 parent a9e1c72 commit 49a93a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<script type="module">
55
import 'https://cdn.jsdelivr.net/npm/@theatre/[email protected]/dist/core-only.min.js'
66
const { core } = Theatre
7-
import projectState from '/theatre-project-state.json' assert { type: 'json' }
7+
import projectState from '/aframe/theatre-project-state.json' assert { type: 'json' }
88

99
window.rafDriver = core.createRafDriver({ name: 'a-frame raf' }) //create custom rafDriver
1010

0 commit comments

Comments
 (0)