Skip to content

Commit 34973f2

Browse files
Samuel  TranSamuel  Tran
authored andcommitted
Deleted atomsselectors and atomscomponents from DiffRouteProps related to deprecated recoil.js
1 parent 28b2f0e commit 34973f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/components/DiffRoute.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ interface DiffRouteProps{
1111
state?: string | unknown
1212
stateSnaphot?: Record<string, unknown>;
1313
children?: unknown[];
14-
atomSelectors?:object;
15-
atomsComponents?:object
1614
}>;
1715
}
1816

0 commit comments

Comments
 (0)