Skip to content

Commit

Permalink
chore(demo): update demo lib import to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
EastSun5566 committed Nov 14, 2024
1 parent a5d386d commit 069cf39
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
3 changes: 1 addition & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"vite": "^4.5.5"
},
"dependencies": {
"bootswatch": "^5.3.3",
"let-it-go": "^1.0.0"
"bootswatch": "^5.3.3"
}
}
8 changes: 0 additions & 8 deletions demo/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LetItGo } from 'let-it-go';
import { LetItGo } from '../../src';

import {
type RangeOption,
Expand Down
2 changes: 1 addition & 1 deletion demo/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-param-reassign */
import { LetItGo } from 'let-it-go';
import { LetItGo } from '../../src';

export const setupToggle = ({
isShowPanel = false,
Expand Down

0 comments on commit 069cf39

Please sign in to comment.