Skip to content

Commit

Permalink
fix: fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn authored Aug 31, 2021
1 parent fdc78ca commit 2f286a9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import {useJaenCoreContext} from '@snek-at/jaen'
import {PublishButton} from '@snek-at/jaen-shared-ui/dist/components/molecules/buttons'
import React from 'react'

import {useJaenCoreContext} from '../../../../../jaen/src'
import {useAppDispatch, useAppSelector} from '../../../store'
import * as actions from '../../../store/actions/optionsActions'
import {withRedux} from '../../../store/withRedux'

const Button: React.FC = () => {
Expand Down

0 comments on commit 2f286a9

Please sign in to comment.