| @@ -1,7 +1,6 @@ | ||
| 1 | 1 | import { colord, AnyColor } from 'colord'; |
| 2 | -import { Lang } from 'shiki'; | |
| 3 | -import { Attributes } from '../../../types'; | |
| 2 | +import { Attributes, Lang } from '../../../types'; | |
| 4 | 3 | import { languages } from '../../../util/languages'; |
| 5 | 4 | |
| 6 | 5 | export const SimpleString = ({ |
| 7 | 6 | language, |