Skip to content

Commit 316637e

Browse files
committed
usePrevious: update to use testutils
1 parent 3d5fba3 commit 316637e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/common/usePrevious.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect, useState } from 'react';
1+
import React from 'react';
22
import { render, screen } from '../test-utils';
33
import { usePrevious } from './usePrevious';
44

0 commit comments

Comments
 (0)