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:
2024-08-16 18:47:16 +02:00
committed by Max P.
parent 942e1079f6
commit 567d1c5bd2
7 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import { Identifier } from 'src/types/Identifier';
import { DependencyResolutionError } from './Exceptions';
import { Identifier } from '../types/Identifier';
/**
* Static TSInjex Interface