fmt(js): `npm run fix` on merge (#75055)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a2b332985
commit
5d6aae02bf
|
|
@ -15,11 +15,7 @@ import { Codicon } from '@/components/ui/codicon'
|
|||
import { DiffCount } from '@/components/ui/diff-count'
|
||||
import type { HermesGitBranch } from '@/global'
|
||||
import { useI18n } from '@/i18n'
|
||||
import {
|
||||
registerRepoStatusCwd,
|
||||
repoStatusForCwd,
|
||||
repoWorktreesForCwd
|
||||
} from '@/store/coding-status'
|
||||
import { registerRepoStatusCwd, repoStatusForCwd, repoWorktreesForCwd } from '@/store/coding-status'
|
||||
import { notifyError } from '@/store/notifications'
|
||||
import { $newWorktreeRequest } from '@/store/projects'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue