Skip to content

Commit

Permalink
fix imports after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Vyacheslav Tumanov <[email protected]>
  • Loading branch information
ThetaDR committed May 30, 2024
1 parent 21ec0d4 commit ead470a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions plugins/contact-resources/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@
// limitations under the License.
//

import {
getGravatarUrl,
getName,
type AvatarInfo,
type Channel,
type Contact,
type Person
} from '@hcengineering/contact'
import {
type Channel,
type AvatarInfo,
type Contact,
getGravatarUrl,
getName,
Expand Down Expand Up @@ -132,7 +125,7 @@ import ExpandRightDouble from './components/icons/ExpandRightDouble.svelte'
import IconMembers from './components/icons/Members.svelte'
import { AggregationManager } from '@hcengineering/view-resources'

import { get } from 'svelte/store'
import { get, writable } from 'svelte/store'
import contact from './plugin'
import {
channelIdentifierProvider,
Expand All @@ -154,7 +147,6 @@ import {
grouppingPersonManager,
resolveLocation
} from './utils'
import { writable } from 'svelte/store'

export * from './utils'
export { employeeByIdStore, employeesStore } from './utils'
Expand Down

0 comments on commit ead470a

Please sign in to comment.