Skip to content

Commit

Permalink
fix: Sharing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jan 20, 2020
1 parent 72ef62e commit 264cdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/photos/ducks/albums/components/AlbumPhotos.jsx
Expand Up @@ -6,7 +6,7 @@ import { withRouter } from 'react-router'
import { showModal } from 'react-cozy-helpers'
import { translate } from 'cozy-ui/transpiled/react/I18n'
import Alerter from 'cozy-ui/transpiled/react/Alerter'
import { ShareModal } from 'sharing'
import { ShareModal } from 'cozy-sharing'
import flow from 'lodash/flow'

import styles from '../../../styles/layout.styl'
Expand Down
2 changes: 1 addition & 1 deletion src/photos/ducks/albums/components/AlbumToolbar.jsx
@@ -1,7 +1,7 @@
import React, { Component } from 'react'
import { Menu, MenuItem, Icon, withBreakpoints } from 'cozy-ui/transpiled/react'
import { MoreButton } from 'components/Button'
import { ShareButton } from 'sharing'
import { ShareButton } from 'cozy-sharing'

import styles from 'photos/styles/toolbar.styl'

Expand Down

0 comments on commit 264cdc1

Please sign in to comment.