Skip to content

Commit 4f51dc9

Browse files
context top users
1 parent cd56c87 commit 4f51dc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/context/ContextTopUsers.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { createContext, RefObject } from 'react'
2+
3+
export const ContextTopUsers = createContext<
4+
RefObject<HTMLDivElement | null> | undefined
5+
>(undefined)

0 commit comments

Comments
 (0)