Skip to content

Commit 88c21af

Browse files
authored
update path
1 parent 1f93287 commit 88c21af

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 './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)