feat: check-path-alias autofix (#124)
* feat: add autofix * chore: autofix repo with new custom ESLint rule
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { Course } from '@shared/types/Course';
|
||||
import Text from '@views/components/common/Text/Text';
|
||||
import clsx from 'clsx';
|
||||
import React from 'react';
|
||||
import type { Course } from 'src/shared/types/Course';
|
||||
|
||||
/**
|
||||
* Props for ConflictWithWarningProps
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { Disclosure, Transition } from '@headlessui/react';
|
||||
import userScheduleHandler from '@pages/background/handler/userScheduleHandler';
|
||||
import type { UserSchedule } from '@shared/types/UserSchedule';
|
||||
import List from '@views/components/common/List/List';
|
||||
import Text from '@views/components/common/Text/Text';
|
||||
import React from 'react';
|
||||
import userScheduleHandler from 'src/pages/background/handler/userScheduleHandler';
|
||||
|
||||
import DropdownArrowDown from '~icons/material-symbols/arrow-drop-down';
|
||||
import DropdownArrowUp from '~icons/material-symbols/arrow-drop-up';
|
||||
|
||||
Reference in New Issue
Block a user