Refactor import paths for 'Identifier' type
Unified the import paths of the 'Identifier' type across multiple files to ensure consistency. The 'Identifier' type is now imported from '../types/Identifier' instead of 'src/types/Identifier'. This change reduces ambiguity and aligns the import pattern throughout the codebase.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Identifier } from 'src/types/Identifier';
|
||||
import { DependencyResolutionError } from './Exceptions';
|
||||
import { Identifier } from '../types/Identifier';
|
||||
|
||||
/**
|
||||
* Static TSInjex Interface
|
||||
|
Reference in New Issue
Block a user