Skip to content

Commit

Permalink
Rename correspondingPage.ts -> findurl/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Sep 26, 2024
1 parent b368435 commit 3e86c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Sitemap } from "../sitemap"
import { Sitemap } from "../../sitemap"

/** See docstring for `selectedVersionCorrespondingURL` for the meaning of these fields. */
type CorrespondingURLParams = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import {

import { fetchSitemap } from "../sitemap"

import { selectedVersionCorrespondingURL } from "./correspondingPage"
import { selectedVersionCorrespondingURL } from "./findurl"

/* ----------------------------------------------------------------------------
* Helper types
Expand Down

0 comments on commit 3e86c64

Please sign in to comment.