Skip to content

Commit

Permalink
refactor: rename import for arrayHelpers and update global Array assi…
Browse files Browse the repository at this point in the history
…gnment
  • Loading branch information
devsubid committed Feb 4, 2025
1 parent 2131bd3 commit 88161c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v0/src/globalVariables.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import jQuery from 'jquery'
import Array from './simulator/src/arrayHelpers.js'
import ArrayHelpers from './simulator/src/arrayHelpers.js'
import type { Window as CustomWindow } from '../../types/window'

declare global {
Expand All @@ -8,7 +8,7 @@ declare global {

window.$ = window.jQuery = jQuery

window.Array = Array
window.Array = ArrayHelpers
window.isUserLoggedIn = false
window.logixProjectId = undefined
window.restrictedElements = []
Expand Down

0 comments on commit 88161c8

Please sign in to comment.