Skip to content

Commit

Permalink
style: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Nov 29, 2024
1 parent a2e5599 commit f77f957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utils/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import type {
} from 'vitepress';
import type { LocalSearchTranslations } from 'vitepress/types/local-search';

import { camelToKebabCase } from './general';
import messages, { enabled, localeOptions } from './../locales';
import { fetchLatestVersion } from './api';
import { GH_ISSUES, GH_REPO_URL } from './constants';
import { camelToKebabCase } from './general';

export type MessageSchema = (typeof messages)['en'];

Expand Down

0 comments on commit f77f957

Please sign in to comment.