mirror of
https://github.com/sern-handler/website
synced 2026-06-16 12:52:20 +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';
|