| @@ -1,8 +1,7 @@ | ||
| 1 | 1 | import { useEffect, useState } from '@wordpress/element'; |
| 2 | -import { Lang } from 'shiki'; | |
| 3 | 2 | import { useLanguageStore } from '../state/language'; |
| 4 | -import { AttributesPropsAndSetter } from '../types'; | |
| 3 | +import { AttributesPropsAndSetter, Lang } from '../types'; | |
| 5 | 4 | |
| 6 | 5 | export const useLanguage = ({ |
| 7 | 6 | attributes, |
| 8 | 7 | setAttributes, |