Skip to content

Commit

Permalink
Resolve issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Oct 21, 2024
1 parent 295c128 commit 25fd857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/src/features/Preferences/SpindleLaser/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import SettingWrapper from '../components/SettingWrapper';
import Fieldset from '../components/Fieldset';
import Input from '../components/Input';
import GeneralArea from '../components/GeneralArea';
import { Tooltip as TooltipCustom } from '../../../components/ToolTip';
import { Tooltip as TooltipCustom } from 'app/components/ToolTip';
import Laser from './Laser';
import Spindle from './Spindle';
import { collectUserUsageData } from '../../../lib/heatmap';
Expand Down
3 changes: 2 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@
"repository": {
"type": "git",
"url": "https://github.com/Sienci-Labs/gsender"
}
},
"version": "1.5.0-Edge-1-"
}

0 comments on commit 25fd857

Please sign in to comment.