Skip to content

Commit

Permalink
Fix typo in module import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindehli committed Apr 25, 2024
1 parent 9b68b88 commit 46fb869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Collapse, List, ListItemButton, ListItemIcon, ListItemText } from "@mui
import { ChevronRight, ExpandMore, Folder, Topic } from "@mui/icons-material";

// Components
import { SequenceItemComponent } from "../Sequence/SequenceItem";
import { SequenceItemComponent } from "../Sequence/SequenceItemComponent";

// Template
import { IconAdd } from "@/components/Template/Icons/IconAdd";
Expand Down

0 comments on commit 46fb869

Please sign in to comment.