diff --git a/src/wallet/utils/getWindowDimensions.test.ts b/src/wallet/utils/getWindowDimensions.test.ts index 08de675858..dd89e9a08b 100644 --- a/src/wallet/utils/getWindowDimensions.test.ts +++ b/src/wallet/utils/getWindowDimensions.test.ts @@ -1,5 +1,5 @@ import { beforeEach, describe, expect, it } from 'vitest'; -import { getWindowDimensions } from './getWindowDimensions'; // Adjust the import path as needed +import { getWindowDimensions } from './getWindowDimensions'; describe('getWindowDimensions', () => { beforeEach(() => {