Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-deriv committed Jan 10, 2024
1 parent fd292dc commit b575ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/javascript/app/base/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const TrafficSource = require('../common/traffic_source');
const RealityCheck = require('../pages/user/reality_check/reality_check');
const Elevio = require('../../_common/base/elevio');
const Login = require('../../_common/base/login');
const ClientBase = require('../../_common/base/client_base');
const elementInnerHtml = require('../../_common/common_functions').elementInnerHtml;
const getElementById = require('../../_common/common_functions').getElementById;
const Crowdin = require('../../_common/crowdin');
Expand Down

0 comments on commit b575ffe

Please sign in to comment.