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 63cd185 commit d5cff21
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://cdn.skypack.dev/xstate'
export { choose } from 'https://cdn.skypack.dev/xstate/lib/actions'
export { createMachine, interpret, assign, State } from 'https://unpkg.com/browse/xstate@4.26.0/es/index.js'
export { choose } from 'https://unpkg.com/browse/xstate@4.26.0/es/actions.js'

0 comments on commit d5cff21

Please sign in to comment.