Skip to content

Commit

Permalink
bad export (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: Przemek <przemek.wiktorski@escola.pl>
  • Loading branch information
victazzz and Przemek authored Feb 13, 2024
1 parent c6c7d94 commit 2ad9b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/organisms/BookmarkNotes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface BookmarkNotesComponentProps {
onDelete?: () => void;
}

const BookmarkNotes: FC<BookmarkNotesComponentProps> = ({
export const BookmarkNotes: FC<BookmarkNotesComponentProps> = ({
onClickBookmark,
onDelete,
}) => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/TasksComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const ChangeStatusCheckbox: FC<ChangeStatusCheckboxProps> = ({
);
};

const TasksComponent: FC<TasksComponentProps> = ({
export const TasksComponent: FC<TasksComponentProps> = ({
sortOptions,
taskShowAction,
createBy,
Expand Down

0 comments on commit 2ad9b7a

Please sign in to comment.