Skip to content

Commit

Permalink
combine imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zuniga Cuellar committed Nov 6, 2023
1 parent 84d2871 commit 18b614c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/starlight/utils/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import config from 'virtual:starlight/user-config';
import project from 'virtual:starlight/project-context';
import type { PrevNextLinkConfig } from '../schemas/prevNextLink';
import { pickLang } from './i18n';
import { formatPath } from './format-path';
import { formatPath, stripExtension } from './format-path';
import { getLocaleRoutes, type Route } from './routing';
import { localeToLang, slugToPathname } from './slugs';
import { ensureLeadingAndTrailingSlashes } from './path';
import { stripExtension } from './format-path';
import type { Badge } from '../schemas/badge';
import type {
AutoSidebarGroup,
Expand Down

0 comments on commit 18b614c

Please sign in to comment.