Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 9, 2024
1 parent baae22e commit e074331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/utils/getWindowDimensions.test.ts
Original file line number Diff line number Diff line change
@@ -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(() => {
Expand Down

0 comments on commit e074331

Please sign in to comment.