Skip to content

Commit

Permalink
don't import process
Browse files Browse the repository at this point in the history
  • Loading branch information
layerok committed Feb 26, 2024
1 parent 8aafecf commit 47b6e22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { router } from "~router";
import { ModalIDEnum } from "~common/modal.constants";
import { AppUpdateModal } from "~components/modals/AppUpdateModal";
import { appVersionQuery } from "~queries/app-version.query";
import * as process from "process";

console.log("app version", process.env.REACT_APP_VERSION);

Expand Down

0 comments on commit 47b6e22

Please sign in to comment.