Skip to content

Commit b30999e

Browse files
committed
Fix bug with new Jotting component
1 parent 2f8b4b9 commit b30999e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/Jotting/note.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import JottingDetails from "./jottingDetails";
2-
import Jotting from "./Jotting";
2+
import Jotting from "./jotting";
33

44
export default function Note(note) {
55
return (

components/Jotting/task.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Jotting from "./Jotting";
1+
import Jotting from "./jotting";
22
import JottingDetails from "./jottingDetails";
33

44
export default function Task(task) {

0 commit comments

Comments
 (0)