fix: cleanup imports (#112)

* fix: use path alias

* fix: more path alias

* fix: even more path aliasing

* fix: even moreeeee path aliasing

* fix: sort imports

* fix: sort imports (again)
This commit is contained in:
Dhruv
2024-02-27 23:57:36 -06:00
committed by doprz
parent 19fe070491
commit b17c3fae6d
28 changed files with 53 additions and 71 deletions

View File

@@ -1,7 +1,6 @@
import { capitalize } from '@shared/util/string';
import type { Serialized } from 'chrome-extension-toolkit';
import { capitalize } from '../util/string';
/**
* A type representing an instructor for a course (who teaches it)
*/