Skip to content

Commit 44b4164

Browse files
Evan YEvan Y
authored andcommitted
fix: ignored lib folder in subdirectory
1 parent 85606e7 commit 44b4164

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ android/keystores/debug.keystore
6666
.turbo/
6767

6868
# generated by bob
69-
./lib/
69+
lib/

src/components/LineChart/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
PanGestureHandlerOnChangeEventPayload,
1717
useGestures,
1818
} from "./useGestures";
19-
import { batchedUpdates } from "../../lib/batchedUpdates";
19+
import { batchedUpdates } from "../../libs/batchedUpdates";
2020

2121
interface PathFillProps {
2222
/* The width of the line */

0 commit comments

Comments
 (0)