Skip to content

Commit

Permalink
Update src/entry-points/popup/App.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: WofWca <wofwca@protonmail.com>
  • Loading branch information
DavidSM100 and WofWca authored Nov 26, 2024
1 parent a7f04b5 commit 22082c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entry-points/popup/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ along with Jump Cutter Browser Extension. If not, see <https://www.gnu.org/lice
import { fromS } from 'hh-mm-ss'; // TODO it could be lighter. Make a MR or merge it directly and modify.
import { assertDev, getMessage } from '@/helpers';
import { isMobile } from '@/helpers/isMobile';
import { Props } from 'tippy.js';
import type { Props as TippyProps } from 'tippy.js';
// See ./popup.css. Would be cool to do this at build-time
if (BUILD_DEFINITIONS.BROWSER === 'chromium') {
Expand Down

0 comments on commit 22082c2

Please sign in to comment.