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