This commit is contained in:
rizky 2024-10-08 04:53:20 -07:00
parent 3e242c9e53
commit a883a03b28
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { BreadItem } from "lib/comps/custom/Breadcrumb";
import { fetchLinkParams, parseLink } from "lib/utils/fetch-link-params";
import { MDLocal } from "./typings";
import { BreadItem } from "lib/comps/custom/Breadcrumb";
export const masterDetailParseHash = (md: MDLocal) => {
let raw_hash = decodeURIComponent(location.hash);