Skip to content

Commit

Permalink
web: remove unused analytics import
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Aug 20, 2024
1 parent 170b0aa commit 624d3d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/hooks/use-database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import { initializeDatabase } from "../common/db";
import "../utils/analytics";

const memory = {
isDatabaseLoaded: false
Expand Down

0 comments on commit 624d3d7

Please sign in to comment.