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 7f2e96d commit 582c6b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ 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/actions'
export { createMachine, interpret, assign, State, actions } from 'https://cdn.skypack.dev/xstate'

0 comments on commit 582c6b3

Please sign in to comment.