mirror of
https://github.com/sern-handler/website
synced 2026-06-18 13:52:21 +00:00
7 lines
230 B
TypeScript
7 lines
230 B
TypeScript
/**
|
|
* @file This file contains utility functions imported by the `<Code>` component.
|
|
*/
|
|
|
|
export { useTranslations } from './utils/translations';
|
|
export { getStarlightEcConfigPreprocessor } from './integrations/expressive-code';
|