Skip to content

Commit

Permalink
feat: Remove redundant imports in XState example (vercel#13020)
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-garcia authored May 17, 2020
1 parent c2f8046 commit fedc662
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions examples/with-xstate/components/Toggle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react'

const Toggle = ({ onToggle, active }) => {
return (
<div>
Expand Down
1 change: 0 additions & 1 deletion examples/with-xstate/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react'
import { useMachine } from '@xstate/react'
import { Counter, Toggle } from '../components'
import { toggleMachine } from '../machines/toggleMachine'
Expand Down

0 comments on commit fedc662

Please sign in to comment.