Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 28, 2023
1 parent 1efb38a commit 4046114
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/hifiwi-fi/breadcrum.net/issues"
},
"dependencies": {
"@breadcrum/bookmarklet": "^1.0.3",
"@breadcrum/bookmarklet": "^1.0.4",
"@fastify/accepts": "^4.0.0",
"@fastify/auth": "^4.0.0",
"@fastify/autoload": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion web/bookmarks/add/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Component, html, render, useEffect, useState } from 'uland-isomorphic'
import { useUser } from '../../hooks/useUser.js'
import { fetch } from 'fetch-undici'
import { version } from '@breadcrum/bookmarklet/version.js'
import { version } from '@breadcrum/bookmarklet/dist/version.js'
import { useLSP } from '../../hooks/useLSP.js'
import { useQuery } from '../../hooks/useQuery.js'
import { bookmarkEdit } from '../../components/bookmark/bookmark-edit.js'
Expand Down
2 changes: 1 addition & 1 deletion web/docs/bookmarklets/client.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env browser */
import { Component, html, render } from 'uland-isomorphic'
import { bookmarklet } from '../bookmarklets/bookmarklet.js'
import { version } from '@breadcrum/bookmarklet/version.js'
import { version } from '@breadcrum/bookmarklet/dist/version.js'

export const page = Component(() => {
return html`
Expand Down

0 comments on commit 4046114

Please sign in to comment.