Skip to content

Commit 4510c5d

Browse files
authored
Update ScrollStack.tsx
1 parent 6cfdaa2 commit 4510c5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ts-tailwind/Components/ScrollStack/ScrollStack.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, { ReactNode, useLayoutEffect, useRef, useCallback } from 'react';
1+
import React, { useLayoutEffect, useRef, useCallback } from 'react';
2+
import type { ReactNode } from "react";
23
import Lenis from 'lenis';
34

45
export interface ScrollStackItemProps {

0 commit comments

Comments
 (0)