Skip to content

Commit

Permalink
DSEGOG-341 Fix hacktimer import order
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Aug 16, 2024
1 parent dc92290 commit 1d32886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
// it puts all timer functionality in a web worker to avoid browsers throttling
// timers when main window is hidden (needed for popups to be more responsive
// in cases like main OG window tabbed out, or minimized etc)
import axios from 'axios';
import 'hacktimer';
//
import axios from 'axios';
import log from 'loglevel';
import React from 'react';
import ReactDOMClient from 'react-dom/client';
Expand Down

0 comments on commit 1d32886

Please sign in to comment.