Update typescript, consistent import path format for ts/tsx files (#55922)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { createContext, useContext } from 'react'
|
||||
import pick from 'lodash/pick'
|
||||
|
||||
import type { BreadcrumbT } from 'src/frame/components/page-header/Breadcrumbs'
|
||||
import type { FeatureFlags } from 'src/frame/components/hooks/useFeatureFlags'
|
||||
import type { BreadcrumbT } from '@/frame/components/page-header/Breadcrumbs'
|
||||
import type { FeatureFlags } from '@/frame/components/hooks/useFeatureFlags'
|
||||
|
||||
export type ProductT = {
|
||||
external: boolean
|
||||
|
||||
Reference in New Issue
Block a user