Skip to content

Commit

Permalink
Update src/views/components/calendar/CalendarHeader/CalenderHeader.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: doprz <[email protected]>
  • Loading branch information
knownotunknown and doprz authored Feb 29, 2024
1 parent 9841d1f commit e9f8753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ScheduleTotalHoursAndCourses from '@views/components/common/ScheduleTotal
import Text from '@views/components/common/Text/Text';
import React from 'react';
import calIcon from 'src/assets/logo.png';
import { openTabFromContentScript } from 'src/views/lib/openNewTabFromContentScript';
import { openTabFromContentScript } from '@views/lib/openNewTabFromContentScript';

import MenuIcon from '~icons/material-symbols/menu';
import RedoIcon from '~icons/material-symbols/redo';
Expand Down

0 comments on commit e9f8753

Please sign in to comment.