Skip to content

Commit

Permalink
Update deps.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrybinski authored Nov 2, 2021
1 parent 8861a46 commit 7f2e96d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export { render, html, component, useState, useEffect, useLayoutEffect, useRef,
export { useCSS } from './useCSS.js'
export { usePlugins } from './usePlugins.js'
export { useTextFolding } from './useTextFolding.js'
export { createMachine, interpret, assign, State } from 'https://unpkg.com/[email protected]/es/index.js'
export { choose } from 'https://unpkg.com/xstate@4.26.0/es/actions.js'
export { createMachine, interpret, assign, State } from 'https://cdn.skypack.dev/xstate'
export { choose } from 'https://cdn.skypack.dev/xstate/actions'

0 comments on commit 7f2e96d

Please sign in to comment.